BattleBit-Community-Server-API/BattleBitAPI/Common/Enums/PlayerSpawningPoint.cs
2023-07-30 19:31:06 +03:00

7 lines
167 B
C#

namespace BattleBitAPI.Common
{
public enum PlayerSpawningPosition : byte
{
SpawnAtPoint, SpawnAtRally, SpawnAtFriend, SpawnAtVehicle, Null
}
}