SirMoM / game

Gloria! A strategic game
1 stars 0 forks source link

resources_type in Structures #46

Open SirMoM opened 5 years ago

SirMoM commented 5 years ago
resources_type: ClassVar[str] = "Wood"

This is not so good in terms of "wartbarkeit". Maybe an enum or somethin like that.

SirMoM commented 5 years ago

Like this: https://docs.python.org/3/library/enum.html