void Start() { //Reference player = PlayerController.Instance; landingInterface = GreetingsInterfaceController.Instance; dialogueInterface = DialogueInterfaceController.Instance; shopInterface = Inventory_Shop.Instance; questInterface = QuestInterfaceController.Instance; }
void Awake() => Instance = this;