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

11 lines
184 B
C#

namespace BattleBitAPI.Common;
public enum LoadoutIndex : byte
{
Primary = 0,
Secondary = 1,
FirstAid = 2,
LightGadget = 3,
HeavyGadget = 4,
Throwable = 5
}