(String[] args)
| 2 | |
| 3 | public class Program { |
| 4 | public synchronized static void main(String[] args) throws Exception { |
| 5 | System.setProperty(Daemon.propertyNameClearInUse, "true"); |
| 6 | //【用来生成出Redirect模块,调试用】 |
| 7 | // args = new String[] { "-GenFileSrcRoot", "C:\\code\\zeze\\ZezeJava\\ZezexJava\\server\\src" }; |
| 8 | Game.App.getInstance().Start(args); |
| 9 | try { |
| 10 | Program.class.wait(); |
| 11 | } finally { |
| 12 | Game.App.getInstance().Stop(); |
| 13 | } |
| 14 | } |
| 15 | } |
nothing calls this directly
no test coverage detected