mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Why
This commit is contained in:
parent
5149936d55
commit
a293dc3aaf
@ -4,7 +4,7 @@ using UnityEngine;
|
|||||||
namespace NewHorizons.Patches
|
namespace NewHorizons.Patches
|
||||||
{
|
{
|
||||||
[HarmonyPatch]
|
[HarmonyPatch]
|
||||||
public class RaftPatches : HarmonyPatch
|
public static class RaftPatches
|
||||||
{
|
{
|
||||||
[HarmonyPrefix]
|
[HarmonyPrefix]
|
||||||
[HarmonyPatch(typeof(RaftController), nameof(RaftController.FixedUpdate))]
|
[HarmonyPatch(typeof(RaftController), nameof(RaftController.FixedUpdate))]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user