Update Readme.md

This commit is contained in:
CortexCore 2023-06-07 02:56:45 +08:00
parent 49cbd6836c
commit a486e20e25
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ float3 position=new(0,1,0);
//quaternion 四元数,通常用于旋转
quaternion rotation=new(1,1,1,1);
```
***
### (可选)GameDesigner
提供主要的网络服务(未来可能会用内置KCP)
``` csharp