generated from nhcarrigan/template
fix: return authoritative materials from craft API to prevent client desync
Closes #128
This commit is contained in:
@@ -400,6 +400,7 @@ interface CraftRecipeResponse {
|
||||
craftedEssenceMultiplier: number;
|
||||
craftedClickMultiplier: number;
|
||||
craftedCombatMultiplier: number;
|
||||
materials: Array<{ materialId: string; quantity: number }>;
|
||||
}
|
||||
|
||||
interface ForceUnlocksResponse {
|
||||
|
||||
Reference in New Issue
Block a user