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

12 lines
161 B
C#

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