2025-07-17 18:26:28 +08:00

8 lines
111 B
C#

namespace ET
{
[ComponentOf(typeof(Scene))]
public class UnitComponent: Entity, IAwake, IDestroy
{
}
}