mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
feat: up DalamudApiLevel to 3
This commit is contained in:
parent
5baf0b6d8b
commit
9751a9fed2
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace Dalamud.Plugin
|
|||
/// <summary>
|
||||
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
|
||||
/// </summary>
|
||||
public const int DalamudApiLevel = 2;
|
||||
public const int DalamudApiLevel = 3;
|
||||
|
||||
private readonly Dalamud dalamud;
|
||||
private readonly string pluginDirectory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue