示例#1
0
 public void AddStar(TheStar theStar)
 {
     if (!_currentSpawner)
     {
         return;
     }
     _currentSpawner.AddStar(theStar);
 }
示例#2
0
 public void AddStar(TheStar theStar)
 {
     _theStars.Add(theStar);
 }