Example #1
0
	/**
	 * onWin:  Do a victory dance
	 */	
	protected override void OnWin(WinEvent e) {
		for (int i = 0; i < 50; i++)
		{
			TurnRight(30);
			TurnLeft(30);
		}
	}
Example #2
0
		protected virtual void OnWin(WinEvent e) {}