コード例 #1
0
 private static void Main(string[] args)
 {
     using (var game = new Leveleditor())
     {
         game.Run();
     }
 }
コード例 #2
0
ファイル: WallEditor.cs プロジェクト: GodLesZ/svn-dump
 public WallEditor(Game game) : base(game)
 {
     CurrGame = (Leveleditor) game;
 }
コード例 #3
0
 public WallEditor(Game game) : base(game)
 {
     CurrGame = (Leveleditor)game;
 }