示例#1
0
 static int AddOffMeshLinks(IntPtr L)
 {
     LuaScriptMgr.CheckArgsCount(L, 0);
     NavMesh.AddOffMeshLinks();
     return(0);
 }