Extract generic object field multiplier logic to separate file

This commit is contained in:
2025-02-24 00:13:43 +01:00
parent 741ab21977
commit 89a557dc96
4 changed files with 169 additions and 137 deletions

View File

@@ -1,4 +1,6 @@
using HarmonyLib;
using System;
using System.Collections.Generic;
using HarmonyLib;
namespace TerraTech {
[HarmonyPatch]