UnitComponent.cs 90 B

123456
  1. namespace ET
  2. {
  3. public class UnitComponent: Entity, IAwake, IDestroy, IAppClose
  4. {
  5. }
  6. }