using System;
namespace ET
{
public class TestComponentAwakeSystem: AwakeSystem<TestComponent>
public override void Awake(TestComponent self)
}
public class TestComponentSystem