This commit is contained in:
sinaioutlander
2020-10-07 16:20:34 +11:00
parent e309821743
commit b012e2305c
5 changed files with 35 additions and 23 deletions

View File

@ -14,7 +14,7 @@ using BepInEx.IL2CPP;
namespace Explorer
{
[BepInPlugin(ExplorerCore.GUID, ExplorerCore.NAME, ExplorerCore.VERSION)]
[BepInPlugin(ExplorerCore.GUID, "Explorer", ExplorerCore.VERSION)]
#if CPP
public class ExplorerBepInPlugin : BasePlugin
#else