diff options
Diffstat (limited to 'scripts/game_stats_config.gd')
-rw-r--r-- | scripts/game_stats_config.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/game_stats_config.gd b/scripts/game_stats_config.gd index 89d265c..38d9cd8 100644 --- a/scripts/game_stats_config.gd +++ b/scripts/game_stats_config.gd @@ -13,6 +13,7 @@ class_name GameStatsConfig ] # defenders +enum defenders_index {WARLOCK, WYVERN, WEREWOLF, WELLSPRING} @export var defenders : Array[Dictionary] = [ { "desc": "Warlock", |