Exemplo n.º 1
0
 //出蛋判断
 public static bool ButtonEgg(int playerIndex)
 {
     return(inputDevice.ButtonEgg(playerIndex));
 }