mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-24 04:41:10 +00:00
3e5f85dc8f
Maintenance: removed a ton of redundant stuff.
9 lines
122 B
C#
9 lines
122 B
C#
namespace CodeImp.DoomBuilder.GZBuilder.Data
|
|
{
|
|
public enum ModelLoadState
|
|
{
|
|
None,
|
|
Loading,
|
|
Ready
|
|
}
|
|
}
|