mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-22 16:39:19 +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.pluginName = pluginName;
|
||||||
this.AssemblyLocation = assemblyLocation;
|
this.AssemblyLocation = assemblyLocation;
|
||||||
this.AssemblyDirectory = new DirectoryInfo(assemblyLocation.DirectoryName!);
|
|
||||||
this.configs = Service<PluginManager>.Get().PluginConfigs;
|
this.configs = Service<PluginManager>.Get().PluginConfigs;
|
||||||
this.Reason = reason;
|
this.Reason = reason;
|
||||||
this.IsDev = isDev;
|
this.IsDev = isDev;
|
||||||
|
|
@ -121,11 +120,6 @@ namespace Dalamud.Plugin
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public FileInfo AssemblyLocation { get; }
|
public FileInfo AssemblyLocation { get; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets the directory your plugin assembly and bundled files are stored in.
|
|
||||||
/// </summary>
|
|
||||||
public DirectoryInfo AssemblyDirectory { get; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the directory your plugin configurations are stored in.
|
/// Gets the directory your plugin configurations are stored in.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue