Esempio n. 1
0
 public void Draw(GameTime gameTime, SpriteBatch spriteBatch)
 {
     //conversation.Draw(gameTime, spriteBatch);
     CurrentCutscene.Draw(gameTime, spriteBatch);
 }
Esempio n. 2
0
 public void Update(GameTime gameTime)
 {
     //conversation.Update(gameTime);
     CurrentCutscene.Update(gameTime);
 }