Remove AssemblyDirectory

This commit is contained in:
Raymond 2021-10-06 16:28:42 -04:00
parent 32f1168f15
commit 6f2dcbff19

View file

@ -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>