MCPcopy Create free account
hub / github.com/e2wugui/zeze / main

Method main

ZezeJava/ZezexJava/server/src/Program.java:4–14  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

2
3public 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}

Callers

nothing calls this directly

Calls 4

setPropertyMethod · 0.80
StartMethod · 0.45
getInstanceMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected