コード例 #1
0
 public static void PlayScoreSound()
 {
     if (_Instance != null)
     {
         _Instance._PlayScoreSound();
     }
     else
     {
         Debug.LogError("ScoreSoundsManager | PlayScoreSound | Missing instance of ScoreSoundsManager.");
     }
 }