【m】框架大更新
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
public static class TestLogger
|
||||
{
|
||||
public static void Log(System.Object instance, string message)
|
||||
{
|
||||
UnityEngine.Debug.Log($"[{instance.GetType().Name}] {message}");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user