mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
refactor: new code style in PluginLoadReason.cs
This commit is contained in:
parent
22294a57aa
commit
c5716cf93e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,6 +24,6 @@ namespace Dalamud.Plugin
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This plugin was loaded because the game was started or Dalamud was reinjected.
|
/// This plugin was loaded because the game was started or Dalamud was reinjected.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Boot
|
Boot,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue