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