Stardew_Valley_Mods/GeneralMods/CustomFurnitureFramework/Class1.cs

20 lines
357 B
C#

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