PlayerComponent.cs 126 B

1234567
  1. namespace ET.Client
  2. {
  3. public class PlayerComponent: Entity, IAwake
  4. {
  5. public long MyId { get; set; }
  6. }
  7. }