Add "isManVis" flag to MAPBrush.

This commit is contained in:
wfowler
2018-07-26 07:55:28 -06:00
parent a8f939e5f8
commit bceac9031a

View File

@@ -18,6 +18,7 @@ namespace LibBSP {
public bool isDetail = false;
public bool isWater = false;
public bool isManVis = false;
/// <summary>
/// Creates a new empty <see cref="MAPBrush"/> object. Internal data will have to be set manually.