Example #1
0
 public static void Send <T>(T command) where T : TCommand
 {
     mTypeEventSystem.SendEvent <TCommand>(command);
 }