Example #1
0
    public void FireLawyer()
    {
        LawyerServices lawyer = GameStats.Instance.m_LawyerServices;

        lawyer.DownGradeLawyerService();

        UpdateLawyerDetailsUI();
        SoundManager.Instance.Play("Click");
    }