mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Remove AssemblyDirectory
This commit is contained in:
parent
32f1168f15
commit
6f2dcbff19
1 changed files with 0 additions and 6 deletions
|
|
@ -48,7 +48,6 @@ namespace Dalamud.Plugin
|
|||
|
||||
this.pluginName = pluginName;
|
||||
this.AssemblyLocation = assemblyLocation;
|
||||
this.AssemblyDirectory = new DirectoryInfo(assemblyLocation.DirectoryName!);
|
||||
this.configs = Service<PluginManager>.Get().PluginConfigs;
|
||||
this.Reason = reason;
|
||||
this.IsDev = isDev;
|
||||
|
|
@ -121,11 +120,6 @@ namespace Dalamud.Plugin
|
|||
/// </summary>
|
||||
public FileInfo AssemblyLocation { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the directory your plugin assembly and bundled files are stored in.
|
||||
/// </summary>
|
||||
public DirectoryInfo AssemblyDirectory { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the directory your plugin configurations are stored in.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue