HalfOrc constructor

const HalfOrc()

Implementation

const HalfOrc()
    : super(
          firstRace: const Human(),
          secondRace: const Orc(),
          raceName: "half-orc",
          pluralRaceName: "half-orcs",
          raceAdjective: "half-orcish");