Skip to content

Commit 7a4233a

Browse files
committed
Update README.md
1 parent 67758cf commit 7a4233a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![](https://img.shields.io/github/v/release/Jayshonyves/JxCode.LuaSharp?style=for-the-badge)
44
![](https://img.shields.io/github/release-date/Jayshonyves/JxCode.LuaSharp?style=for-the-badge)
55

6+
该库提供了类型系统、常用容器、常用类库与异常处理等工具,可以轻量开发简单的程序,本着lua语言的定位,该库并不会增加更多繁重的内容,复杂功能推荐使用宿主语言实现。
67
## Feature
78
* 拥有C#关键字与类型系统的Lua面向对象系统,拥有常用的容器、类库、try-catch异常处理等工具,更适用于熟悉.Net的Lua/Unity开发者。
89
* 本框架使用Pascal命名规则,核心级函数(关键字)为全小写,私有成员可以使用m_member或者__menmber来提醒其他开发者不要来使用该成员。

0 commit comments

Comments
 (0)