예제 #1
0
파일: sats.cs 프로젝트: jithuin/infogeezer
		public sats( int spyLenght )
		{
			spy = new singleSateliteGroup( spyLenght, Form1.game.width, 0 );
		}
예제 #2
0
 public sats(int spyLenght)
 {
     spy = new singleSateliteGroup(spyLenght, Form1.game.width, 0);
 }