mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-06 07:41:01 +00:00
17 lines
238 B
C#
17 lines
238 B
C#
|
#region === Copyright (c) 2010 Pascal van der Heiden ===
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
namespace CodeImp.DoomBuilder.Plugins.VisplaneExplorer
|
||
|
{
|
||
|
internal enum ViewStats
|
||
|
{
|
||
|
Visplanes,
|
||
|
Drawsegs,
|
||
|
Solidsegs,
|
||
|
Openings,
|
||
|
Heatmap, //mxd
|
||
|
NumStats
|
||
|
}
|
||
|
}
|