示例#1
0
 public static void ERROR_MSG(object s)
 {
     if (DEBUGLEVEL.ERROR >= debugLevel)
     {
         HDebug.LogError(getHead() + s);
     }
 }