Пример #1
0
 public void RemoveFromParent()
 {
     MainStar.Remove(this);
 }
Пример #2
0
 public void AddToParent()
 {
     MainStar.Add(this);
 }