mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-16 00:52:18 +00:00
10 lines
113 B
C#
10 lines
113 B
C#
|
namespace CodeImp.DoomBuilder.GZBuilder.Data
|
|||
|
{
|
|||
|
public enum ModelLoadState
|
|||
|
{
|
|||
|
None,
|
|||
|
Loading,
|
|||
|
Ready
|
|||
|
}
|
|||
|
}
|