From 89cb09adb64316835217045eccb5a40994fefc5d Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Wed, 5 Nov 2025 15:47:14 -0800 Subject: [PATCH] WIP --- .../massive-darkness2/hero-dashboard/hero-dashboard.component.ts | 1 + 1 file changed, 1 insertion(+) 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.'); }