예제 #1
0
 public static void Run()
 {
     SourceManager.GetScript(new FileInfo(GetDirectory("app.lua"))).Execute();
     Application.Run();
 }