mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-10 03:37:30 -03:00
7 lines
155 B
C#
7 lines
155 B
C#
namespace BattleBitAPI.Common
|
|
{
|
|
public enum GameRole
|
|
{
|
|
Assault = 0, Medic = 1, Support = 2, Engineer = 3, Recon = 4, Leader = 5
|
|
}
|
|
}
|