コード例 #1
0
ファイル: LuaState.cs プロジェクト: liyubin724/DotGameLib
 public static IntPtr Create()
 {
     return(LuaAPI.luaL_newstate());
 }