コード例 #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);
     }
 }
コード例 #2
0
ファイル: Faction.cs プロジェクト: Tsuikana/GGJ2020
 public virtual void ReactToGirl(GirlStats.Factions newFaction)
 {
 }