using Base; using Model; namespace Hotfix { [EntityEvent(EntityEventId.UnitComponent)] public static class UnitComponentE { public static void Awake(this UnitComponent component) { Log.Debug("测试IL层EntityEvent"); } } }