This commit is contained in:
2023-09-08 13:15:00 +08:00
parent cfcffb85ee
commit 09dc6dbdcd
7 changed files with 103 additions and 101 deletions
+1
View File
@@ -12,6 +12,7 @@ public class EpicDifficulty
{
I18N.Add("究极少", "Micro", "究极少");
I18N.Add("史诗难度", "Epic Difficulty !!", "史诗难度 !!");
I18N.Apply();
Harmony.CreateAndPatchAll(typeof(EpicDifficulty));
}