The jam is running. Build something, or play the entries.
A minimal class file defining CrowbarWeapon as a sealed subclass of MeleeWeapon. The class is empty and adds no new behavior or data.
public sealed class CrowbarWeapon : MeleeWeapon { }