20 lines
357 B
C#
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)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|