static SelectAction() { EventConductor.Offer(typeof(SelectAction), "OnModelSelect"); }
static DragAction() { EventConductor.Offer(typeof(DragAction), "OnModelDrag"); }
static GameAction() { EventConductor.Offer(typeof(GameAction), "OnGameAction"); }