コード例 #1
0
ファイル: Program.cs プロジェクト: tzachshabtay/MonoAGS
 public static void Main(string[] args)
 {
     AGSEditor.SetupResolver();
     AGSEngineDesktop.Init();
     AGSEditor.Platform = new DesktopEditorPlatform();
     Program.Run();
 }