swb_shared/HoldTypes.cs
namespace SWB.Shared;

// Taken from: CitizenAnimationHelper.HoldTypes

public enum HoldTypes
{
	None,
	Pistol,
	Rifle,
	Shotgun,
	HoldItem,
	Punch,
	Swing,
	RPG,
	Physgun
}