示例#1
0
 public void RemoveFromParent()
 {
     MainStar.Remove(this);
 }
示例#2
0
 public void AddToParent()
 {
     MainStar.Add(this);
 }