Exemple #1
0
 public static void Log(string text)
 {
     if (Instance != null)
     {
         Instance.log(text);
     }
 }