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