mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2026-04-21 23:15:54 +08:00
cleanup Obsolete
This commit is contained in:
parent
d0bf0f3940
commit
1201867575
@ -26,12 +26,5 @@ namespace DCFApixels.DragonECS
|
|||||||
NotNullDummyType = notNullDummyType;
|
NotNullDummyType = notNullDummyType;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
|
|
||||||
[Obsolete("Use DI attribute")]
|
|
||||||
public sealed class EcsInjectAttribute : DIAttribute
|
|
||||||
{
|
|
||||||
public EcsInjectAttribute(Type notNullDummyType = null) : base(notNullDummyType) { }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user