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