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:
@@ -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