예제 #1
0
 public void on(ushort route, Action <Message> action)
 {
     eventManager.AddOnEvent(route, action);
 }