Fixed editor's "limit to my creatures" setting not updating properly, fixed mirror mode not working on reset buttons

This commit is contained in:
RisaDev
2024-01-09 22:14:41 +03:00
parent 44607e10d7
commit b979751ca4
9 changed files with 83 additions and 30 deletions

View File

@@ -0,0 +1,8 @@
namespace CustomizePlus.Profiles.Enums;
public enum ProfileType
{
Normal,
Temporary,
Editor
}