Пример #1
0
 public static void GameObjectIsDead(int score)
 {
     OnDeathAction?.Invoke(score);
 }