コード例 #1
0
 private void UpdateScore()
 {
     CurrentScore = _gameController.NextPlatformIndex - 1;
     OnCurrentScore?.Invoke(CurrentScore);
 }
コード例 #2
0
 private void OnStartMatch()
 {
     CurrentScore = 0;
     OnCurrentScore?.Invoke(CurrentScore);
 }