コード例 #1
0
ファイル: Node.cs プロジェクト: stefanlynka/Cult-of-Conquest
 public void BuildAltar(Altar newAltar)
 {
     altar = newAltar.DeepCopy();
 }