mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 22:01:45 +00:00
3e5f85dc8f
Maintenance: removed a ton of redundant stuff.
15 lines
256 B
C#
15 lines
256 B
C#
#region === Copyright (c) 2010 Pascal van der Heiden ===
|
|
|
|
#endregion
|
|
|
|
namespace CodeImp.DoomBuilder.Plugins.VisplaneExplorer
|
|
{
|
|
internal enum ViewStats
|
|
{
|
|
Visplanes = 0,
|
|
Drawsegs = 1,
|
|
Solidsegs = 2,
|
|
Openings = 3,
|
|
NumStats = 4
|
|
}
|
|
}
|