예제 #1
0
 public InputEvent(InputComands command, RLKey key)
 {
     Command = command;
     Key     = key;
 }
예제 #2
0
 private (int x, int y) GetMove(InputComands command) =>