Merge pull request #20 from MegaPiggy/patch-15

Update to patch 15
This commit is contained in:
xen-42 2024-06-11 17:18:38 -04:00 committed by GitHub
commit cccb9a6547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 4 deletions

View File

@ -12,8 +12,8 @@
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OWML" Version="2.9.8" />
<PackageReference Include="OuterWildsGameLibs" Version="1.1.14.768" />
<PackageReference Include="OWML" Version="2.13.0" />
<PackageReference Include="OuterWildsGameLibs" Version="1.1.15.1018" />
<PackageReference Include="System.Collections" Version="4.3.0" />
</ItemGroup>
<ItemGroup>

View File

@ -66,6 +66,8 @@ internal class UIInputCommands : IInputCommands
public float PressDuration => throw new NotImplementedException();
public int XInversionFactor { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public event Action OnStarted;
public event Action OnPerformed;
public event Action OnCancelled;
@ -91,5 +93,9 @@ internal class UIInputCommands : IInputCommands
public bool IsPressed(float minPressDuration = 0) => false;
public void Update() { }
public void FixedUpdate() { }
public void ResetState() { }
#endregion
}

View File

@ -4,7 +4,7 @@
"author": "_nebula & xen",
"name": "FreeCam",
"uniqueName": "misternebula.FreeCam",
"version": "2.8.0",
"owmlVersion": "2.9.8",
"version": "2.9.0",
"owmlVersion": "2.13.0",
"dependencies": [ "xen.CommonCameraUtility", "JohnCorby.VanillaFix" ]
}