コード例 #1
0
ファイル: Entity.cs プロジェクト: Azengar/Space-RPG
 public virtual void Render(SpriteBatch spriteBatch)
 {
     Sprites.Animate(spriteBatch);
 }