9 lines
142 B
C#
9 lines
142 B
C#
namespace SPTarkov.Server.Core.Models.Enums;
|
|
|
|
public enum PlayersSpawnPlace
|
|
{
|
|
SamePlace,
|
|
DifferentPlaces,
|
|
AtTheEndsOfTheMap,
|
|
}
|