예제 #1
0
 public void UpdateAnimation(GameTime gameTime)
 {
     if (SelectedCharacter != null)
     {
         SelectedCharacter.UpdateSpineAnimation(gameTime);
     }
 }