public void AddMote(Saveable_Mote mote) { mote.InitializeMote(ref mote.mote); this.currentMotes.Add(mote); MapComponent_Ability.GetOrCreate().completingMotes.Add(mote); }