Skip to content

Commit 2938a19

Browse files
committed
LogError
1 parent 03c3bf7 commit 2938a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mod.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public class ExampleMod : Mod
99
{
1010
public static ExampleMod instance;
1111
public static void Log(string msg) => instance.Logger.Log(msg);
12+
public static void LogError(string msg) => instance.Logger.LogError(msg);
1213
private void Awake()
1314
{
1415
instance = this;

0 commit comments

Comments
 (0)