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