| 10 | } |
| 11 | |
| 12 | [CreateAssetMenu(fileName = "Runity_ScriptablePrefabs", menuName ="Runity/ScriptablePrefabs")] |
| 13 | public class ScriptablePrefabs : ScriptableObject { |
| 14 | public PrefabBinding[] PrefabBindings; |
| 15 | } |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected