Exemple #1
0
 public PlayInput(int y)
 {
     m_CommandInput = new CommandInput(y);
 }
Exemple #2
0
 public SetupInput(int y)
 {
     m_CommandInput = new CommandInput(y);
 }