Пример #1
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     base.Draw(spriteBatch);
     EnemyModel.Draw(spriteBatch);
 }