LSUnitComponent.cs 170 B

12345678910
  1. using MemoryPack;
  2. namespace ET
  3. {
  4. [ComponentOf(typeof(LSWorld))]
  5. [MemoryPackable]
  6. public partial class LSUnitComponent: LSEntity, IAwake, ISerializeToEntity
  7. {
  8. }
  9. }