blob: e8530369ee6969ced0ce99aef7967232ed596337 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/* */ package NET.worlds.core;
/* */
/* */
/* */
/* */ public class Debug
/* */ {
/* */ public static final boolean ON = true;
/* */
/* */
/* */ public static final boolean TRACEON = false;
/* */
/* */
/* */ public static void LogDebug()
/* */ {
/* 15 */ LogDebug("");
/* */ }
/* */
/* */ public static synchronized void LogDebug(String string) {}
/* */ }
/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\core\Debug.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/
|