示例#1
0
		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);
 }