Beispiel #1
0
		//start the timer for the explosion
		public void StartFuse()
		{
			_FuseTimer = new FuseTimer( this );
			_FuseTimer.Start();
		}
Beispiel #2
0
 //start the timer for the explosion
 public void StartFuse()
 {
     _FuseTimer = new FuseTimer(this);
     _FuseTimer.Start();
 }