mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 15:27:43 +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>
|
/// <summary>
|
||||||
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
|
/// The current Dalamud API level, used to handle breaking changes. Only plugins with this level will be loaded.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const int DalamudApiLevel = 2;
|
public const int DalamudApiLevel = 3;
|
||||||
|
|
||||||
private readonly Dalamud dalamud;
|
private readonly Dalamud dalamud;
|
||||||
private readonly string pluginDirectory;
|
private readonly string pluginDirectory;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue