mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-15 13:57:31 +08:00
Update README.md
This commit is contained in:
parent
0f431e997b
commit
6d9cb8205a
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user