diff options
| author | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
| commit | c705ae942573984784ef501bf8198f61f5206ddd (patch) | |
| tree | c964066f3a244002bf75cb50a877630f46496f81 /internal/world/trigger.go | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-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.go | 4 |
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"` |
