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