mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
fix: inherently depend on ChatGui in PluginManager
This commit is contained in:
parent
55acadce87
commit
5a7f509941
2 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ namespace Dalamud.IoC.Internal;
|
|||
/// Mark a class as being dependent on a service, without actually injecting it.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">The service to be dependent upon.</typeparam>
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
|
||||
internal class InherentDependencyAttribute<T> : InherentDependencyAttribute where T : IServiceType
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue