pub fn validate_game_config_refs(
config: &GameConfig,
registry: &BehaviorRegistry,
) -> Result<(), Vec<String>>Expand description
Validate every script-ref field in config against registry.
Returns all failures, one message per bad ref, each naming the config slot (entity id + field) and listing the registered names for the category.