0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/UltimateZoneBuilder.git synced 2025-03-07 02:00:42 +00:00
UltimateZoneBuilder/Source/Core/GZBuilder/Data/ModelLoadState.cs
2014-02-21 14:42:12 +00:00

9 lines
122 B
C#

namespace CodeImp.DoomBuilder.GZBuilder.Data
{
public enum ModelLoadState
{
None,
Loading,
Ready
}
}