feat : add health point to champion preview

This commit is contained in:
2024-08-04 10:25:39 +02:00
parent ca8e38624e
commit e36c916e0b
2 changed files with 31 additions and 0 deletions
+2
View File
@@ -107,4 +107,6 @@ export interface Card extends GameObject {
cardId: number;
cardType: CardType;
effects: Effect[];
defense?: number;
guard?: boolean;
}