feat: upgrade needed ressources and fight for each quest
This commit is contained in:
@ -25,6 +25,8 @@ export interface Resource {
|
||||
export interface CombatIndicator {
|
||||
combat_type: string;
|
||||
count: string;
|
||||
label?: string;
|
||||
evitable?: boolean;
|
||||
}
|
||||
|
||||
export interface QuestItem {
|
||||
|
||||
Reference in New Issue
Block a user