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 -1
View File
@@ -1962,7 +1962,7 @@ namespace CodeWalker.GameFiles
public override string ToString()
{
return Name;
return Name + ": " + (Entities?.Length ?? 0).ToString() + " entities";
}
}