C# Class PantheonPrototype.BunnyTrigger

Trigger for incessantly spawning bunnies.
Inheritance: Trigger
Exibir arquivo Open project: Bacon41/PantheonPrototype

Public Methods

Method Description
BunnyTrigger ( Rectangle locationBox, Pantheon gameReference ) : System
triggerHandler ( Event eventInfo ) : void

Method Details

BunnyTrigger() public method

public BunnyTrigger ( Rectangle locationBox, Pantheon gameReference ) : System
locationBox Microsoft.Xna.Framework.Rectangle
gameReference Pantheon
return System

triggerHandler() public method

public triggerHandler ( Event eventInfo ) : void
eventInfo Event
return void