Core/Maps: Updated vmaps and some cleaups

This commit is contained in:
hondacrx
2018-05-03 00:05:50 -04:00
parent 3ca70aae30
commit 1a7f31d4f2
14 changed files with 204 additions and 269 deletions
@@ -24,8 +24,8 @@ namespace Game.Collision
public enum ModelFlags
{
M2 = 1,
WorldSpawn = 1 << 1,
HasBound = 1 << 2
HasBound = 1 << 1,
ParentSpawn = 1 << 2
}
public class ModelSpawn