+2
-2
@@ -8,14 +8,14 @@ using MelonLoader;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if MelonLoader
|
#if MelonLoader
|
||||||
[assembly: MelonInfo(typeof(MMOKitchen.Mod), "MMO Kitchen", "0.1.3", "StarFluxGames")]
|
[assembly: MelonInfo(typeof(MMOKitchen.Mod), "MMO Kitchen", "0.1.2", "StarFluxGames")]
|
||||||
[assembly: MelonGame("It's Happening", "PlateUp")]
|
[assembly: MelonGame("It's Happening", "PlateUp")]
|
||||||
#endif
|
#endif
|
||||||
namespace MMOKitchen
|
namespace MMOKitchen
|
||||||
{
|
{
|
||||||
#if BepInEx
|
#if BepInEx
|
||||||
[BepInProcess("PlateUp.exe")]
|
[BepInProcess("PlateUp.exe")]
|
||||||
[BepInPlugin("starfluxgames.mmokitchen", "MMO Kitchen", "0.1.3")]
|
[BepInPlugin("starfluxgames.mmokitchen", "MMO Kitchen", "0.1.2")]
|
||||||
#endif
|
#endif
|
||||||
public class Mod : BaseMod
|
public class Mod : BaseMod
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user