public void Draw(GameTime gameTime, SpriteBatch spriteBatch) { //conversation.Draw(gameTime, spriteBatch); CurrentCutscene.Draw(gameTime, spriteBatch); }
public void Update(GameTime gameTime) { //conversation.Update(gameTime); CurrentCutscene.Update(gameTime); }