Skip to content

Commit

Permalink
implement GetSmearedAdjective
Browse files Browse the repository at this point in the history
  • Loading branch information
HeladoDeBrownie committed Jul 29, 2020
1 parent f121812 commit db27db1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LiquidBajaBlast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ public override string GetName(LiquidVolume _)
return NAME;
}

public override string GetSmearedAdjective(LiquidVolume _)
{
return ADJECTIVE;
}

public override string GetSmearedName(LiquidVolume _)
{
return ADJECTIVE;
Expand Down

0 comments on commit db27db1

Please sign in to comment.