Example #1
0
        void Start()
        {
            //Reference
            player = PlayerController.Instance;

            landingInterface  = GreetingsInterfaceController.Instance;
            dialogueInterface = DialogueInterfaceController.Instance;
            shopInterface     = Inventory_Shop.Instance;
            questInterface    = QuestInterfaceController.Instance;
        }
Example #2
0
 void Awake() => Instance = this;