mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Debugging FluidDetector AddVolume
This commit is contained in:
parent
77b688fb18
commit
80acaacca8
@ -111,5 +111,14 @@ namespace NewHorizons.Patches
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/* For debugging
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(FluidDetector), nameof(FluidDetector.AddVolume), new Type[] { typeof(EffectVolume) })]
|
||||
public static void FluidDetector_AddVolume(FluidDetector __instance, EffectVolume eVol)
|
||||
{
|
||||
Logger.Log($"[{__instance}] : AddVolume [{eVol}]");
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user