PlayerComponent.cs 98 B

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