0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/UltimateZoneBuilder.git synced 2025-03-02 07:41:51 +00:00
UltimateZoneBuilder/Source/Plugins/VisplaneExplorer/ViewStats.cs
2017-01-15 00:35:40 +02:00

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
}
}