예제 #1
0
 public void Twinkle()
 {
     stars.Twinkle(random);
 }
예제 #2
0
        } // end method FireShot

        /// <summary>
        /// This method makes the stars twinkle in the background.
        /// </summary>
        public void Twinkle()
        {
            stars.Twinkle();
        } // end method Twinkle
예제 #3
0
파일: Game.cs 프로젝트: dawid1103/Invaders
 public void Twinkle()
 {
     stars.Twinkle();
 }