C# Class Tyrus_and_Randall.SuperJump

Inheritance: Powerup
Mostra file Open project: sgdc/sgdc-old

Public Methods

Method Description
Activate ( Player e ) : void
SuperJump ( ) : System
SuperJump ( Vector2 pos ) : System
SuperJump ( float x, float y ) : System

Method Details

Activate() public method

public Activate ( Player e ) : void
e Player
return void

SuperJump() public method

public SuperJump ( ) : System
return System

SuperJump() public method

public SuperJump ( Vector2 pos ) : System
pos Vector2
return System

SuperJump() public method

public SuperJump ( float x, float y ) : System
x float
y float
return System