コード例 #1
0
ファイル: Mote.cs プロジェクト: SeanLeeLKY/RimWorld-Decompile
 public void Attach(TargetInfo a)
 {
     this.link1 = new MoteAttachLink(a);
 }
コード例 #2
0
 public void Attach(TargetInfo a, TargetInfo b)
 {
     this.link1 = new MoteAttachLink(a);
     this.link2 = new MoteAttachLink(b);
 }