Archived
Allow card cost to be null
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ class Card(Serializable):
|
||||
self,
|
||||
sprite: str,
|
||||
name: str,
|
||||
cost: int,
|
||||
cost: int | None,
|
||||
card_type: CardType,
|
||||
faction: CardFaction,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user