diff --git a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.ts b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.ts index 968e82b..ce2e22e 100644 --- a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.ts +++ b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.ts @@ -34,6 +34,7 @@ import { MD2HeroProfileService } from '../service/massive-darkness2.service'; ] }) export class HeroDashboardComponent extends MD2Base implements OnInit { + MD2Icon = MD2Icon; heroAction(hero: MD2HeroInfo, action: string) { throw new Error('Method not implemented.'); }