feat: production chain

This commit is contained in:
2026-03-15 22:46:47 -04:00
parent 651556c916
commit 5ba1287f85
65 changed files with 3718 additions and 687 deletions

View File

@@ -32,6 +32,7 @@ export interface ResourceNodeSnapshot {
id: string;
systemId: string;
localPosition: Vector3Dto;
anchorNodeId?: string | null;
sourceKind: string;
oreRemaining: number;
maxOre: number;