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 4a6f065..e0c7ab9 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -156,6 +156,7 @@ type Player struct { Action *action.Action `yaml:"-"` ActionState any `yaml:"-"` WalkSequence []string `yaml:"-"` + ConsumeCooldown int `yaml:"-"` } func (p *Player) OptionBool(name string) bool { |
