mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
10 lines
124 B
C#
10 lines
124 B
C#
|
namespace CodeImp.DoomBuilder.Map
|
|||
|
{
|
|||
|
public enum MergeGeometryMode //mxd
|
|||
|
{
|
|||
|
CLASSIC,
|
|||
|
MERGE,
|
|||
|
REPLACE,
|
|||
|
}
|
|||
|
}
|