14 lines
247 B
C#
14 lines
247 B
C#
|
namespace ET
|
|||
|
{
|
|||
|
public class TestComponentAwakeSystem: AwakeSystem<TestComponent>
|
|||
|
{
|
|||
|
public override void Awake(TestComponent self)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
public class TestComponentSystem
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|