コード例 #1
0
ファイル: StatGroup.cs プロジェクト: mattgaut/Portfolio
 public void SetParent(StatGroup parent) {
     parent.AddChild(this);
 }