Exemplo n.º 1
0
 protected void OnDeselectApartmentEvent(DeselectApartmentEvent e)
 {
     SelectedApartment = null;
     OnDeselect();
 }
Exemplo n.º 2
0
 void OnDeselectApartmentEvent(DeselectApartmentEvent e)
 {
     selectedApartment = null;
     buildingInfoText.GetComponent <Text>().text = "";
 }