void Awake() { Instance = this; gameObject.SetActive(false); }
public void Clicked() { CitizenInfoWindow.ShowCitizen(citizen); }