Made trivia questions work
This commit is contained in:
@@ -6,6 +6,8 @@ namespace InterfaceOff
|
||||
public class PrefabRegistry : ScriptableObject
|
||||
{
|
||||
[field: SerializeField] public GameObject ImagePrefab { get; private set; }
|
||||
[field: SerializeField] public GameObject TextButtonPrefab { get; private set; }
|
||||
|
||||
public static PrefabRegistry Instance { get; private set; }
|
||||
|
||||
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
|
||||
|
||||
Reference in New Issue
Block a user