mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-25 10:43:07 -03:00
7 lines
167 B
C#
7 lines
167 B
C#
namespace BattleBitAPI.Common
|
|
{
|
|
public enum PlayerSpawningPosition : byte
|
|
{
|
|
SpawnAtPoint, SpawnAtRally, SpawnAtFriend, SpawnAtVehicle, Null
|
|
}
|
|
}
|