diff options
Diffstat (limited to 'internal/player')
| -rw-r--r-- | internal/player/player.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/player/player.go b/internal/player/player.go index 2f83c21..72eb455 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -166,6 +166,7 @@ type Player struct { RoomID int `yaml:"room_id"` HP int `yaml:"hp"` Credits int `yaml:"credits"` + BankedCredits int `yaml:"banked_credits"` Description string `yaml:"description"` AttackStyle AttackStyle `yaml:"attack_style"` Prompt string `yaml:"prompt"` |
