Exemple #1
0
 public static void WARNING_MSG(object s)
 {
     if (DEBUGLEVEL.WARNING >= debugLevel)
     {
         HDebug.LogWarning(getHead() + s);
     }
 }