UnitComponent.cs 81 B

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