feat: add Auto Fishing Stool plugin

This commit is contained in:
2026-08-06 21:32:53 -04:00
commit 1145651366
9 changed files with 256 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Dalamud.NET.Sdk/15.0.0">
<PropertyGroup>
<Version>1.1.3.0</Version>
<Authors>Bep</Authors>
<Description>Automatically uses /sit after fishing becomes ready.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IsPackable>false</IsPackable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Content Include="icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>