included missing files from previous commit
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 31s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 31s
This commit is contained in:
@@ -12,7 +12,7 @@ import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent,
|
||||
import { Trash2, CheckCircle, AlertTriangle } from 'lucide-react';
|
||||
import { EQUIPMENT_TYPES } from '@/lib/game/data/equipment';
|
||||
import type { EquipmentInstance, AppliedEnchantment, LootInventory, EquipmentCraftingProgress } from '@/lib/game/types';
|
||||
import type { EquipmentSlot } from '@/lib/game/data/equipment';
|
||||
import type { EquipmentSlot } from '@/lib/game/types';
|
||||
import { fmt } from '@/lib/game/stores';
|
||||
import { useGameStore, useCraftingStore, useManaStore, useSkillStore } from '@/lib/game/stores';
|
||||
import { useGameToast } from '@/components/game/GameToast';
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
// ─── Core Game Types (re-exported from types/ subdirectory) ─────────────────
|
||||
export type { EquipmentCategory } from './data/equipment/types';
|
||||
|
||||
|
||||
export type {
|
||||
ElementCategory,
|
||||
ElementDef,
|
||||
@@ -70,3 +69,11 @@ export type {
|
||||
ActivityLogEntry,
|
||||
EquipmentSpellState,
|
||||
} from './types/game';
|
||||
|
||||
// ─── New: Memory Type Definition ─────────────────────────────────────────────
|
||||
export interface Memory {
|
||||
skillId: string;
|
||||
level: number;
|
||||
tier: number;
|
||||
upgrades: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user