示例#1
0
 protected bool TestCreateNewGameOnlyForPlayers(int byInPolicy, int numOfPlayers)
 {
     return(_bridge.CreateNewGameOnlyForPlayers(byInPolicy, numOfPlayers));
 }