Render all interior entitySets.

This commit is contained in:
dexyfex
2018-01-02 17:43:47 +11:00
Unverified
parent 48fe9cee9b
commit 56f9378506
3 changed files with 41 additions and 17 deletions
+1
View File
@@ -1115,6 +1115,7 @@ namespace CodeWalker.GameFiles
public bool IsMlo { get; set; }
public MloInstanceData MloInstance { get; set; }
public YmapEntityDef MloParent { get; set; }
public MCMloEntitySet MloEntitySet { get; set; }
public Vector3 MloRefPosition { get; set; }
public Quaternion MloRefOrientation { get; set; }
public MetaWrapper[] Extensions { get; set; }