Example #1
0
 // 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);
     }
 }
Example #2
0
 public virtual void ReactToGirl(GirlStats.Factions newFaction)
 {
 }