mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-26 11:13:10 -03:00
12 lines
229 B
C#
12 lines
229 B
C#
namespace BattleBitAPI.Common
|
|
{
|
|
public enum LoadoutIndex : byte
|
|
{
|
|
Primary = 0,
|
|
Secondary = 1,
|
|
FirstAid = 2,
|
|
LightGadget = 3,
|
|
HeavyGadget = 4,
|
|
Throwable = 5,
|
|
}
|
|
}
|