aboutsummaryrefslogtreecommitdiff
path: root/internal/player/player.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/player/player.go')
-rw-r--r--internal/player/player.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/player/player.go b/internal/player/player.go
index 95cf948..6fa22ce 100644
--- a/internal/player/player.go
+++ b/internal/player/player.go
@@ -154,6 +154,7 @@ type Player struct {
RegenerateTick int
Action *action.Action `yaml:"-"`
ActionState any `yaml:"-"`
+ WalkSequence []string `yaml:"-"`
}
func (p *Player) OptionBool(name string) bool {