using System;
using Cal.DataTable;
namespace ET
{
public class ActiveComponentAwakeSystem: AwakeSystem<ActiveComponent>
public override void Awake(ActiveComponent self)
}
public static class ActiveComponentSystem