コード例 #1
0
 public void AddMote(Saveable_Mote mote)
 {
     mote.InitializeMote(ref mote.mote);
     this.currentMotes.Add(mote);
     MapComponent_Ability.GetOrCreate().completingMotes.Add(mote);
 }
コード例 #2
0
ファイル: Saveable_Caster.cs プロジェクト: soulkata/rimworld
 public void AddMote(Saveable_Mote mote)
 {
     mote.InitializeMote(ref mote.mote);
     this.currentMotes.Add(mote);
     MapComponent_Ability.GetOrCreate().completingMotes.Add(mote);
 }