private GameEventBinder(Y t, GameEvents e) { _this = t; evt = e; }
public static void UnbindEvents(this IGameMonitor _this, GameEvents evt) { var a = GameEventBinder <ContextType, IGameMonitor> .GetOrCreate(_this, evt); a.unbindEvents(); }