Skip to content

Commit 7f592e9

Browse files
authored
Update README.md
1 parent ad1e8f5 commit 7f592e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99

1010
---
1111

12+
### Demo
13+
`XLua Demo`实现: [https://github.com/coding2233/UnityGameFramework-xLua](https://github.com/coding2233/UnityGameFramework-xLua)
14+
`ILRuntime`为老版实现,需要在当前仓库切换到`ILRuntime`分支
15+
16+
---
17+
1218
### 内置模块介绍
1319

1420
---
@@ -427,4 +433,4 @@ go.GetComponent<LocalizationText>().Text="GameName";
427433
#### Game Module编辑扩展
428434
* 继承`ModuleEditorBase`
429435
* 构造函数同`ModuleEditorBase`
430-
* 在类上添加标记`CustomModuleEditor`
436+
* 在类上添加标记`CustomModuleEditor`

0 commit comments

Comments
 (0)