BattleBit-Community-Server-API/BattleBitAPI/Common/Enums/GameRole.cs

11 lines
156 B
C#

namespace BattleBitAPI.Common;
public enum GameRole
{
Assault = 0,
Medic = 1,
Support = 2,
Engineer = 3,
Recon = 4,
Leader = 5
}