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

Method getInstance

ZezeJava/ZezexJava/client/src/ClientGame/App.java:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10public class App extends Zeze.AppBase {
11 public static final App Instance = new App();
12 public static App getInstance() {
13 return Instance;
14 }
15 public Connector Connector;
16 public LoginQueueClient loginQueueClient = new LoginQueueClient();
17 public TaskCompletionSource<BLoginToken.Data> onLinkConnectedFuture = new TaskCompletionSource<>();

Callers 2

mainMethod · 0.95
startTimerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected