UnitComponent.cs 106 B

1234567
  1. namespace ET
  2. {
  3. [ChildType(typeof(Unit))]
  4. public class UnitComponent: Entity, IAwake, IDestroy
  5. {
  6. }
  7. }