networking progress

This commit is contained in:
2023-04-06 21:12:04 +03:00
parent 59ef64fe3b
commit 7228c51dd7
32 changed files with 1084 additions and 261 deletions

View File

@@ -135,7 +135,7 @@ namespace Game
outVertices = finalPoints.ToArray();
//verts = new QuickHull().QuickHull2(points);
//outVertices = verts.ToArray();
//outVertices = verts.ToArray(); frf f
}
private MapEntity root;