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

7 lines
119 B
C#

namespace ET
{
[ComponentOf(typeof(Room))]
public class LSOperaComponent: Entity, IAwake, IUpdate
{
}
}