Fixed editor's "limit to my creatures" setting not updating properly, fixed mirror mode not working on reset buttons
This commit is contained in:
8
CustomizePlus/Profiles/Enums/ProfileType.cs
Normal file
8
CustomizePlus/Profiles/Enums/ProfileType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace CustomizePlus.Profiles.Enums;
|
||||
|
||||
public enum ProfileType
|
||||
{
|
||||
Normal,
|
||||
Temporary,
|
||||
Editor
|
||||
}
|
||||
Reference in New Issue
Block a user