()
| 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(); |