OnWorldPrefabSpawnedUsage​Called after a world prefab has spawnedNo return behaviorExamples​Log when a world prefab has spawnedvoid OnWorldPrefabSpawned(GameObject gameObject, string category){ Puts($"World prefab '{gameObject.name}' in category {category} spawned");}Copy