Files
SPT-Server-Build/Libraries/SPTarkov.Server.Core/Models/Enums/RaidMode.cs
T
2025-03-07 13:16:43 +00:00

9 lines
106 B
C#

namespace SPTarkov.Server.Core.Models.Enums;
public enum RaidMode
{
ONLINE,
LOCAL,
COOP
}