Update README.md

This commit is contained in:
Sinai 2021-03-25 18:48:40 +11:00
parent 0f431e997b
commit 6d9cb8205a

View File

@ -56,9 +56,9 @@ For example, you could run this code to define a temporary class (it will be vis
public class MyClass public class MyClass
{ {
public static void Method() public static void Method()
{ {
UnityExplorer.ExplorerCore.Log("hello"); UnityExplorer.ExplorerCore.Log("hello");
} }
} }
``` ```