Пример #1
0
 void OnClicked()
 {
     if (inTrigger)
     {
         DialoguePanel.ToggleDialogue();
         DialoguePanel.Shop.Platform   = Platform;
         DialoguePanel.Shop.Shopkeeper = this;
     }
 }