fixed news
This commit is contained in:
@@ -20,6 +20,8 @@ export interface Upgrade {
|
||||
clickMultiplierBonus?: number; // New: for compounding click boosts from mascots
|
||||
icon: string;
|
||||
mascotTiers?: MascotTier[]; // New: for defining mascot tiers for friendBoost
|
||||
oneTime?: boolean; // New: Indicates if the upgrade is a one-time purchase
|
||||
newsTitles?: string[]; // New: Array of news titles for the news upgrade
|
||||
}
|
||||
|
||||
export interface MascotTier {
|
||||
|
||||
Reference in New Issue
Block a user