2025-07-17 18:26:28 +08:00

8 lines
159 B
C#

namespace ET.Client
{
[ComponentOf(typeof(Scene))]
public class PlayerComponent: Entity, IAwake
{
public long MyId { get; set; }
}
}