namespace Model { // 分发数值监听 [Event(EventIdType.NumbericChange)] public class NumericChangeEvent_NotifyWatcher: AEvent { public override void Run(NumericType numericType, long id, int value) { Game.Scene.GetComponent().Run(numericType, id, value); } } }