feat: plugin file Just For Anna

This commit is contained in:
goat 2021-01-16 20:12:58 +01:00
parent 438017c2b3
commit cf1e0909c5
2 changed files with 15 additions and 4 deletions

View file

@ -39,6 +39,11 @@ namespace Dalamud.Plugin
/// </summary>
public DirectoryInfo ConfigDirectory => new DirectoryInfo(GetPluginConfigDirectory());
/// <summary>
/// Get the config file of your plugin.
/// </summary>
public FileInfo ConfigFile => this.configs.GetConfigFile(this.pluginName);
/// <summary>
/// The CommandManager object that allows you to add and remove custom chat commands.
/// </summary>