コード例 #1
0
ファイル: RBNKNode.cs プロジェクト: STulling/BrawlCrateNext
 public void InitGroups()
 {
     RBNKDataGroupNode group0 = new RBNKDataGroupNode
     {
         Parent = this
     };
     RBNKSoundGroupNode group1 = new RBNKSoundGroupNode
     {
         Parent = this
     };
 }