This commit is contained in:
Lachlan Leone
2022-11-12 12:36:20 +11:00
parent a5fd1b947f
commit f97d7b62c3
+2 -2
View File
@@ -8,14 +8,14 @@ using MelonLoader;
#endif
#if MelonLoader
[assembly: MelonInfo(typeof(MMOKitchen.Mod), "MMO Kitchen", "0.1.2", "StarFluxGames")]
[assembly: MelonInfo(typeof(MMOKitchen.Mod), "MMO Kitchen", "0.1.3", "StarFluxGames")]
[assembly: MelonGame("It's Happening", "PlateUp")]
#endif
namespace MMOKitchen
{
#if BepInEx
[BepInProcess("PlateUp.exe")]
[BepInPlugin("starfluxgames.mmokitchen", "MMO Kitchen", "0.1.2")]
[BepInPlugin("starfluxgames.mmokitchen", "MMO Kitchen", "0.1.3")]
#endif
public class Mod : BaseMod
{