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