Move melon attributes to ExplorerMelonMod.cs

This commit is contained in:
Sinai
2021-03-26 06:38:59 +11:00
parent e85a3e0f1e
commit 8964c48ba0
2 changed files with 4 additions and 7 deletions

View File

@ -2,6 +2,10 @@
using System;
using System.IO;
using MelonLoader;
using UnityExplorer;
[assembly: MelonInfo(typeof(ExplorerMelonMod), ExplorerCore.NAME, ExplorerCore.VERSION, ExplorerCore.AUTHOR)]
[assembly: MelonGame(null, null)]
namespace UnityExplorer
{