Exemple #1
0
 public void input(ConsoleKeyInfo key)
 {
     if (state != null)
     {
         state.input(key);
     }
 }