mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
chore: Remove the [InterfaceVersion] attribute (#1844)
This commit is contained in:
parent
7ddc5d82ca
commit
0c8c4bfdbf
41 changed files with 20 additions and 164 deletions
|
|
@ -18,7 +18,6 @@ namespace Dalamud.Data;
|
|||
/// This class provides data for Dalamud-internal features, but can also be used by plugins if needed.
|
||||
/// </summary>
|
||||
[PluginInterface]
|
||||
[InterfaceVersion("1.0")]
|
||||
[ServiceManager.EarlyLoadedService]
|
||||
#pragma warning disable SA1015
|
||||
[ResolveVia<IDataManager>]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue