aboutsummaryrefslogtreecommitdiff
path: root/internal/world/trigger.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-09 05:27:10 -0400
committerhistoria <[not public]>2026-07-09 05:27:10 -0400
commitc705ae942573984784ef501bf8198f61f5206ddd (patch)
treec964066f3a244002bf75cb50a877630f46496f81 /internal/world/trigger.go
parent74153c7814fc4cef988066ef04e38731a943bc12 (diff)
downloadthehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'internal/world/trigger.go')
-rw-r--r--internal/world/trigger.go4
1 files changed, 0 insertions, 4 deletions
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"`