using UnityEngine; namespace Northbound.Editor { public interface IPrefabSetup { string GetTemplateName(); void SetupPrefab(GameObject prefab, ScriptableObject data); } }