We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c3bf7 commit 2938a19Copy full SHA for 2938a19
Mod.cs
@@ -9,6 +9,7 @@ public class ExampleMod : Mod
9
{
10
public static ExampleMod instance;
11
public static void Log(string msg) => instance.Logger.Log(msg);
12
+ public static void LogError(string msg) => instance.Logger.LogError(msg);
13
private void Awake()
14
15
instance = this;
0 commit comments