Пример #1
0
 public void OnScoreEvent(TypesScore type, int playerID)
 {
     scoreManager.OnScoreEvent(type, playerID);
 }
Пример #2
0
 public void OnScoreEvent(TypesScore type, int playerID)
 {
     players[playerID].Score += scores[(int)type];
 }