Example #1
0
 // based on player
 public static int GetGameClusterId(int playerID)
 {
     return(InitBLE.getGameClusterID(playerID));
 }
Example #2
0
 public static int GetGameClusterId()
 {
     return(InitBLE.getGameClusterID());
 }