LSUnitComponent.cs 123 B

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