mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 16:27:44 +01:00
feat: plugin file Just For Anna
This commit is contained in:
parent
438017c2b3
commit
cf1e0909c5
2 changed files with 15 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue