예제 #1
0
 /// <summary>
 /// Starts the game.
 /// </summary>
 protected override void StartGame()
 {
     m_redButton.Initialize(OnRedButtonPressed);
     AddToInteractiveObjectList(m_redButton);
     AddToAnimatorList(m_buttonAnim);
 }