namespace ET { public class ModifierAwakeSystem: AwakeSystem { public override void Awake(Modifier self,int configId,long targetId) { self.ConfigId = configId; self.TargetId = targetId; } } public static class ModifierSystem { } }