Weapons/CrowbarWeapon.cs

A minimal weapon class that derives from MeleeWeapon and adds no members or behavior. It likely exists to represent a specific weapon type by type name only.

Rough Code
public class CrowbarWeapon : MeleeWeapon
{
}