Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 8964c48

Browse files
committed
Move melon attributes to ExplorerMelonMod.cs
1 parent e85a3e0 commit 8964c48

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/Loader/ExplorerMelonMod.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
using System;
33
using System.IO;
44
using MelonLoader;
5+
using UnityExplorer;
6+
7+
[assembly: MelonInfo(typeof(ExplorerMelonMod), ExplorerCore.NAME, ExplorerCore.VERSION, ExplorerCore.AUTHOR)]
8+
[assembly: MelonGame(null, null)]
59

610
namespace UnityExplorer
711
{

src/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
using System.Runtime.InteropServices;
33
using UnityExplorer;
44

5-
#if ML
6-
using MelonLoader;
7-
8-
[assembly: MelonInfo(typeof(ExplorerMelonMod), "UnityExplorer", ExplorerCore.VERSION, ExplorerCore.AUTHOR)]
9-
[assembly: MelonGame(null, null)]
10-
#endif
11-
125
// General Information about an assembly is controlled through the following
136
// set of attributes. Change these attribute values to modify the information
147
// associated with an assembly.

0 commit comments

Comments
 (0)