From c705ae942573984784ef501bf8198f61f5206ddd Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 05:27:10 -0400 Subject: refactor: simplify yaml, remove support for old scalar fields --- internal/world/trigger.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'internal/world/trigger.go') diff --git a/internal/world/trigger.go b/internal/world/trigger.go index e7f3b75..de07c18 100644 --- a/internal/world/trigger.go +++ b/internal/world/trigger.go @@ -2,10 +2,6 @@ package world import "thehouseoficarus/internal/behavior" -// SpawnMobConfig is an alias for the behavior.SpawnMobConfig so callers that -// historically referenced world.SpawnMobConfig continue to compile. -type SpawnMobConfig = behavior.SpawnMobConfig - type TriggerDef struct { ID string `yaml:"id"` OnPlayerFlag string `yaml:"on_player_flag"` -- cgit v1.2.3