/// <summary>
 /// Fires the flag raising animation
 /// </summary>
 internal void RaiseFlag()
 {
     flagController.SetRaised(true);
 }