Exemple #1
0
 // 新規コントローラーか確かめる
 bool IsNewController(int playerID)
 {
     return(!_model.IsExistPlayer(playerID));
 }