Implementing python script

This commit is contained in:
Mohammad Shoaib
2022-01-28 19:20:59 +05:30
parent e84d5ab6bf
commit 0492ade55b
8 changed files with 54 additions and 16 deletions

View File

@@ -4,8 +4,9 @@ namespace stardew_access
{
internal class CustomCommands
{
internal static void Initialize(IModHelper helper)
internal static void Initialize()
{
IModHelper helper = MainClass.ModHelper;
helper.ConsoleCommands.Add("readtile", "Toggle read tile feature.", (string commmand, string[] args) =>
{