1
0
forked from akanyan/mu3-mods

feat(MPO): implement TYPE-D

This commit is contained in:
2024-12-28 01:17:27 +00:00
parent 75e60b85bf
commit e5e177f226
5 changed files with 100 additions and 71 deletions

View File

@ -10,7 +10,8 @@ class patch_UserOption: UserOption {
ON = 1,
Naive = 2,
Reachable = 3,
MAX = 3
Recent = 4,
MAX = 4
}
[MonoModEnumReplace]