🧐 Render melee cards

This commit is contained in:
zhbaor 2022-09-29 11:28:58 +08:00
parent c0fc97a578
commit 8c7e842d2e
78 changed files with 243 additions and 1 deletions

View file

@ -8,3 +8,4 @@ class Melee(db.Entity):
description = Optional(str)
mechanism = Optional(str)
icon = Required(bytes)
stats = Required(int)