10 lines
170 B
C#
10 lines
170 B
C#
using MemoryPack;
|
|
|
|
namespace ET
|
|
{
|
|
[ComponentOf(typeof(LSWorld))]
|
|
[MemoryPackable]
|
|
public partial class LSUnitComponent: LSEntity, IAwake, ISerializeToEntity
|
|
{
|
|
}
|
|
} |