mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 19:13:03 +08:00
Update README.md
This commit is contained in:
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user