示例#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
 public void Twinkle()
 {
     stars.Twinkle();
 }