LSUnitComponent.cs 125 B

1234567
  1. namespace ET
  2. {
  3. [ComponentOf(typeof(LSWorld))]
  4. public class LSUnitComponent: LSEntity, IAwake, ISerializeToEntity
  5. {
  6. }
  7. }