コード例 #1
0
 public void Initialize()
 {
     CurrentState = _stateFactory.CreateStartingGameState(this);
     _scoreText.UpdateScoreText(_score);
 }