Stardew_Valley_Mods/GeneralMods/MapEvents/Class1.cs

18 lines
299 B
C#
Raw Normal View History

using StardewModdingAPI;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MapEvents
{
public class MapEvents: Mod
{
public override void Entry(IModHelper helper)
{
}
}
}