The jam is running. Build something, or play the entries.
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.
public class CrowbarWeapon : MeleeWeapon { }