Ejemplo n.º 1
0
 //按钮灯亮
 public static void SetFireLight(int playerIndex, bool v)
 {
     inputDevice.SetFireLight(playerIndex, v);
 }