aboutsummaryrefslogtreecommitdiff
path: root/internal/player
diff options
context:
space:
mode:
Diffstat (limited to 'internal/player')
-rw-r--r--internal/player/player.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/player/player.go b/internal/player/player.go
index 3842348..1ddb3ea 100644
--- a/internal/player/player.go
+++ b/internal/player/player.go
@@ -180,6 +180,8 @@ type Player struct {
MoveTarget int `yaml:"-"`
VisualTickCurrent int `yaml:"-"`
AutotriggerMod string `yaml:"-"`
+ QueuedTrigger string `yaml:"-"`
+ AttackTimer int `yaml:"-"`
Battery float64 `yaml:"battery"`
ActiveTechs map[string]bool `yaml:"-"`
QuickTech string `yaml:"quick_tech,omitempty"`