Beispiel #1
0
 public void ClickOnPlace()
 {
     if (isEnabled)
     {
         RightListUI.instance.NewPlace(place);
         searchField.StopSearching();
     }
 }