Exemplo n.º 1
0
 public PlayInput(int y)
 {
     m_CommandInput = new CommandInput(y);
 }
Exemplo n.º 2
0
 public SetupInput(int y)
 {
     m_CommandInput = new CommandInput(y);
 }