generated from dave/MelonTemplate
Compare commits
3 Commits
b0b46db004
...
69eb2794ca
Author | SHA1 | Date | |
---|---|---|---|
69eb2794ca | |||
6f9e30534e | |||
d86c563f60 |
@@ -26,7 +26,7 @@ namespace ArmsTradeTycoonTanks {
|
|||||||
[HarmonyLib.HarmonyPatch]
|
[HarmonyLib.HarmonyPatch]
|
||||||
public class Patches {
|
public class Patches {
|
||||||
[HarmonyLib.HarmonyPrefix]
|
[HarmonyLib.HarmonyPrefix]
|
||||||
[HarmonyLib.HarmonyPatch(typeof(FinancialReportSystem), "ChangeMoney")]
|
[HarmonyLib.HarmonyPatch(typeof(FinancialReportSystem), "HandleMoneyUpdated")]
|
||||||
public static void PrefixMoney(ref long __0) {
|
public static void PrefixMoney(ref long __0) {
|
||||||
if (Global.Debug)
|
if (Global.Debug)
|
||||||
Console.WriteLine($"Money is {__0}");
|
Console.WriteLine($"Money is {__0}");
|
||||||
|
@@ -7,7 +7,7 @@ using MelonLoader;
|
|||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: MelonInfo(typeof(ArmsTradeTycoonTanksMelonMod), "Phat Melon Mod", "1.0.0", "Phat Phuck Dave")]
|
[assembly: MelonInfo(typeof(ArmsTradeTycoonTanksMelonMod), "Phat Melon Mod", "1.0.0", "Phat Phuck Dave")]
|
||||||
[assembly: MelonGame("Microprose", "Arms Trade Tycoon Tanks")]
|
[assembly: MelonGame("FunGI", "Arms Trade Tycoon Tanks")]
|
||||||
[assembly: AssemblyTitle("Phat Melon Mod")]
|
[assembly: AssemblyTitle("Phat Melon Mod")]
|
||||||
[assembly: AssemblyProduct("Phat Melon Mod")]
|
[assembly: AssemblyProduct("Phat Melon Mod")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
|
Reference in New Issue
Block a user