Esempio n. 1
0
 public void AddMote(Saveable_Mote mote)
 {
     mote.InitializeMote(ref mote.mote);
     this.currentMotes.Add(mote);
     MapComponent_Ability.GetOrCreate().completingMotes.Add(mote);
 }
Esempio n. 2
0
 public void AddMote(Saveable_Mote mote)
 {
     mote.InitializeMote(ref mote.mote);
     this.currentMotes.Add(mote);
     MapComponent_Ability.GetOrCreate().completingMotes.Add(mote);
 }