Initial commit
This commit is contained in:
commit
236d789e20
10 changed files with 578 additions and 0 deletions
13
Checkout_Start_Patch.cs
Normal file
13
Checkout_Start_Patch.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using HarmonyLib;
|
||||
|
||||
namespace FurnitureResizer
|
||||
{
|
||||
[HarmonyPatch(typeof(Checkout), "Start")]
|
||||
public static class Checkout_Start_Patch
|
||||
{
|
||||
public static void Prefix(Checkout __instance)
|
||||
{
|
||||
Plugin.Checkouts.Add(__instance);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue