// Start is called before the first frame update public override void ReactToGirl(GirlStats.Factions newFaction) { if (newFaction.ToString().Equals("Yellow")) { this.gameObject.GetComponent <GirlController>().UpdateHappiness(-1); } }
public virtual void ReactToGirl(GirlStats.Factions newFaction) { }