コード例 #1
0
ファイル: Game.cs プロジェクト: slagusev/GameEngineSFML
 public static void Draw()
 {
     if (World != null)
     {
         World.Draw(Context);
     }
 }