8 lines
96 B
C#
8 lines
96 B
C#
namespace SPTarkov.Server.Core.Models.Enums;
|
|
|
|
public enum PlayerGroup
|
|
{
|
|
Pmc,
|
|
Scav,
|
|
}
|