From 94a06fbbe682701ca4d4bd2a70cd74d8df29c932 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 00:44:47 -0400 Subject: refactor: replaced map[string]any with typed structs for Data --- internal/player/player.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/player/player.go') diff --git a/internal/player/player.go b/internal/player/player.go index 03ed7ac..4b74db7 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -174,9 +174,7 @@ type Player struct { RegenerateTick int AmmoQty int `yaml:"ammo_qty,omitempty"` Action *action.Action `yaml:"-"` - ActionState any `yaml:"-"` BackgroundAction *action.Action `yaml:"-"` - BackgroundActionState any `yaml:"-"` WalkSequence []string `yaml:"-"` ConsumeCooldown int `yaml:"-"` MoveTicks int `yaml:"-"` -- cgit v1.2.3