mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 00:44:49 +08:00
Render all interior entitySets.
This commit is contained in:
@@ -1962,7 +1962,7 @@ namespace CodeWalker.GameFiles
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Name;
|
||||
return Name + ": " + (Entities?.Length ?? 0).ToString() + " entities";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user