This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace ShrinkModFramework
|
||||
{
|
||||
public enum ShrinkModState
|
||||
{
|
||||
Discovered = 0,
|
||||
Constructed = 1,
|
||||
ContentRegistered = 2,
|
||||
Initialized = 3,
|
||||
Ready = 4,
|
||||
Unloaded = 5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user