AquaDX/AquaMai.Mods/Polyfills.cs
Menci fff2c19516
[+] Unlock collections (without altering user data), courses and characters (#15)
* unlock collections

* Unlock courses

* Remove debug log

* fix

* characters

* update

* maps

* fix

* fix

* reword

* Fix continue

* Set collection & character default to false

* Update Unlock.cs

Co-authored-by: 凌莞~(=^▽^=) <i@gao4.pw>

---------

Co-authored-by: 凌莞~(=^▽^=) <i@gao4.pw>
2025-01-30 17:11:11 +08:00

5 lines
90 B
C#

namespace System.Runtime.CompilerServices
{
internal static class IsExternalInit {}
}