mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 11:51:25 +00:00
16 lines
254 B
C#
Executable file
16 lines
254 B
C#
Executable file
#region === Copyright (c) 2010 Pascal van der Heiden ===
|
|
|
|
#endregion
|
|
|
|
namespace CodeImp.DoomBuilder.Plugins.VisplaneExplorer
|
|
{
|
|
internal enum ViewStats
|
|
{
|
|
Visplanes,
|
|
Drawsegs,
|
|
Solidsegs,
|
|
Openings,
|
|
Heatmap, //mxd
|
|
NumStats
|
|
}
|
|
}
|