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 { }