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

14 lines
205 B
C#

namespace BattleBitAPI.Common
{
public enum AttachmentType
{
MainSight,
TopSight,
CantedSight,
Barrel,
UnderRail,
SideRail,
Bolt,
}
}