示例#1
0
 public void Remove(ComponentForSafe componentForSage)
 {
     children.Remove(componentForSage);
 }
示例#2
0
 public void Add(ComponentForSafe componentForSafe)
 {
     children.Add(componentForSafe);
 }