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

Method destroyModules

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

Source from the content-addressed store, hash-verified

172 }
173
174 public void destroyModules() throws Exception {
175 lock();
176 try {
177 ClientGame_Equip = null;
178 ClientGame_Fight = null;
179 ClientGame_Login = null;
180 ClientZezex_Linkd = null;
181 Zeze_Builtin_LinkdBase = null;
182 Zeze_Builtin_Game_Bag = null;
183 Zeze_Builtin_Game_Online = null;
184 modules.clear();
185 } finally {
186 unlock();
187 }
188 }
189
190 public void destroyServices() {
191 lock();

Callers 1

StopMethod · 0.95

Calls 3

lockMethod · 0.65
clearMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected