Example #1
0
	protected override void OnRabitHit (HeroRabit rabit){
		rabit.addHealth (1);
		rabit.makeBigger ();
		this.CollectedHide ();
	}