mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: PluginLoadReason is flags
This commit is contained in:
parent
e84654005e
commit
aaa3e33a8b
1 changed files with 1 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ namespace Dalamud.Plugin;
|
|||
/// <summary>
|
||||
/// This enum reflects reasons for loading a plugin.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum PluginLoadReason
|
||||
{
|
||||
/// <summary>
|
||||
|
|
@ -30,5 +31,3 @@ public enum PluginLoadReason
|
|||
/// </summary>
|
||||
Boot,
|
||||
}
|
||||
|
||||
// TODO(api9): This should be a mask, so that we can combine Installer | ProfileLoaded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue