Files
SPT-Server-Build/Libraries/SPTarkov.Server.Core/Models/Enums/RaidMode.cs
T
2025-06-18 17:09:20 +00:00

9 lines
107 B
C#

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