diff --git a/Libraries/SPTarkov.Server.Core/Models/Enums/Hideout/HideoutNotificationType.cs b/Libraries/SPTarkov.Server.Core/Models/Enums/Hideout/HideoutNotificationType.cs new file mode 100644 index 00000000..15665653 --- /dev/null +++ b/Libraries/SPTarkov.Server.Core/Models/Enums/Hideout/HideoutNotificationType.cs @@ -0,0 +1,17 @@ +namespace SPTarkov.Server.Core.Models.Enums.Hideout +{ + public enum HideoutNotificationType + { + None, + FuelIsLow, + NoFuel, + ReadyToConstruct, + ReadyToUpgrade, + ReadyToInstall, + ItemReady, + ItemCollected, + RepairComplete, + ScavCaseReady, + DecryptionComplete, + } +}