Task 2: DebugTab Update - add Invoker Debugging Buttons for Pacts
This commit is contained in:
@@ -6,7 +6,8 @@ import {
|
||||
SkillDebug,
|
||||
ElementDebug,
|
||||
AttunementDebug,
|
||||
GolemDebug
|
||||
GolemDebug,
|
||||
PactDebug
|
||||
} from '@/components/game/debug';
|
||||
|
||||
interface DebugTabProps {
|
||||
@@ -25,6 +26,7 @@ export function DebugTab({ store }: DebugTabProps) {
|
||||
|
||||
<SkillDebug store={store} />
|
||||
<GolemDebug store={store} />
|
||||
<PactDebug />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user