Ejemplo n.º 1
0
 string HeavyMethod()
 {
     CustomLog.LogError("Heavy method called!");
     return("@@ heavy string from heavy method @@");
 }
Ejemplo n.º 2
0
 void OnEnable()
 {
     CustomLog.LogError("Error");
 }