예제 #1
0
 public JumpCommand(Void v, Event e)
 {
     _void  = v;
     OnJump = e;
 }
예제 #2
0
 public DashCommand(Void v, Event e)
 {
     _void  = v;
     OnDash = e;
 }