feat: stand during spectral currents
This commit is contained in:
10
AutoFishingStool/Configuration.cs
Normal file
10
AutoFishingStool/Configuration.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Dalamud.Configuration;
|
||||
|
||||
namespace AutoFishingStool;
|
||||
|
||||
public sealed class Configuration : IPluginConfiguration
|
||||
{
|
||||
public int Version { get; set; } = 1;
|
||||
|
||||
public bool StandDuringSpectralCurrents { get; set; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user