Some more unstrip fixes, and a few cleanups

This commit is contained in:
sinaioutlander
2020-09-30 01:52:49 +10:00
parent dab7ecd441
commit 23723a4ffd
25 changed files with 924 additions and 673 deletions

View File

@ -6,7 +6,7 @@ using Explorer;
#if ML
using MelonLoader;
[assembly: MelonInfo(typeof(ExplorerMelonMod), ExplorerCore.NAME, ExplorerCore.VERSION, ExplorerCore.AUTHOR)]
[assembly: MelonInfo(typeof(ExplorerMelonMod), "Explorer", ExplorerCore.VERSION, ExplorerCore.AUTHOR)]
[assembly: MelonGame(null, null)]
#endif