Example #1
0
 public void InitGroups()
 {
     RBNKDataGroupNode group0 = new RBNKDataGroupNode
     {
         Parent = this
     };
     RBNKSoundGroupNode group1 = new RBNKSoundGroupNode
     {
         Parent = this
     };
 }