コード例 #1
0
 public void Twinkle()
 {
     stars.Twinkle(random);
 }
コード例 #2
0
ファイル: Game.cs プロジェクト: dahopkin/Invaders_Refactor
        } // 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();
 }