コード例 #1
0
ファイル: Scene.cs プロジェクト: christopheleblond/ECS
 public void Draw(SpriteBatch spriteBatch)
 {
     world.Draw(spriteBatch);
 }