Skip to content

Commit

Permalink
nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Nov 16, 2024
1 parent 7b4668d commit 3cbbef8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Automaton/Automaton.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.13" />
<PackageReference Include="NetStone" Version="1.1.2" />
<PackageReference Include="YamlDotNet" Version="15.3.0" />
<PackageReference Include="DalamudPackager" Version="11.0.0" />
<PackageReference Include="NetStone" Version="1.3.1" />
<PackageReference Include="YamlDotNet" Version="16.2.0" />
<Reference Include="Newtonsoft.Json">
<HintPath>$(DalamudLibPath)Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
Expand Down
2 changes: 1 addition & 1 deletion Automaton/Utilities/Memory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ private nint ExecuteCommandDetour(int command, int param1, int param2, int param
#region Camera Object Culling
internal delegate byte ShouldDrawDelegate(CameraBase* thisPtr, GameObject* gameObject, Vector3* sceneCameraPos, Vector3* lookAtVector);
[EzHook("E8 ?? ?? ?? ?? 84 C0 75 18 48 8D 0D ?? ?? ?? ?? B3 01", false)]
internal readonly EzHook<ShouldDrawDelegate> ShouldDrawHook;
internal readonly EzHook<ShouldDrawDelegate> ShouldDrawHook = null!;

private byte ShouldDrawDetour(CameraBase* thisPtr, GameObject* gameObject, Vector3* sceneCameraPos, Vector3* lookAtVector) => 1;
#endregion
Expand Down
18 changes: 9 additions & 9 deletions Automaton/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"net8.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.13, )",
"resolved": "2.1.13",
"contentHash": "rMN1omGe8536f4xLMvx9NwfvpAc9YFFfeXJ1t4P4PE6Gu8WCIoFliR1sh07hM+bfODmesk/dvMbji7vNI+B/pQ=="
"requested": "[11.0.0, )",
"resolved": "11.0.0",
"contentHash": "bjT7XUlhIJSmsE/O76b7weUX+evvGQctbQB8aKXt94o+oPWxHpCepxAGMs7Thow3AzCyqWs7cOpp9/2wcgRRQA=="
},
"NetStone": {
"type": "Direct",
"requested": "[1.1.2, )",
"resolved": "1.1.2",
"contentHash": "y4Ycg/Ngz3q7yZJYW7zoZysigVyhdUkPpMn6/XLOKXw5VzKsqE4owj2rrybK42xx653zcDZ7FmybFAFMtIoJOQ==",
"requested": "[1.3.1, )",
"resolved": "1.3.1",
"contentHash": "iDfmwtpAe2iz5cuOPAj+gzEEA4RkCkOzqTgYFbpBysWYOqvJhIDd3BqeMQMiWl6RuppfcQpIjrpfsUgX+VZV2A==",
"dependencies": {
"HtmlAgilityPack": "1.11.46",
"Karashiiro.HtmlAgilityPack.CssSelectors.NetCoreFork": "0.0.2",
Expand All @@ -21,9 +21,9 @@
},
"YamlDotNet": {
"type": "Direct",
"requested": "[15.3.0, )",
"resolved": "15.3.0",
"contentHash": "F93japYa9YrJ59AZGhgdaUGHN7ITJ55FBBg/D/8C0BDgahv/rQD6MOSwHxOJJpon1kYyslVbeBrQ2wcJhox01w=="
"requested": "[16.2.0, )",
"resolved": "16.2.0",
"contentHash": "iKVYog7JNiFOTr4gMHSjCqrGFD2NyABUHgSkRq9XR8A2+fsWepSWTpjHAOnKo1LVAHjy33o6I0u6lo5Ng0NtAw=="
},
"HtmlAgilityPack": {
"type": "Transitive",
Expand Down

0 comments on commit 3cbbef8

Please sign in to comment.