1
This commit is contained in:
@@ -20,10 +20,10 @@ namespace BITKit
|
||||
OnNextLine = null;
|
||||
}
|
||||
#endif
|
||||
public static event Action<string> OnLog;
|
||||
public static event Action<Exception> OnException;
|
||||
public static event Action<string> OnWarning;
|
||||
public static event Action OnNextLine;
|
||||
public static event Action<string> OnLog = Console.WriteLine;
|
||||
public static event Action<Exception> OnException = Console.WriteLine;
|
||||
public static event Action<string> OnWarning = Console.WriteLine;
|
||||
public static event Action OnNextLine=Console.WriteLine;
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
[HideInCallstack]
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user