C# Class Electric_Potatoe_TD.Shooter

Inheritance: Tower
Show file Open project: Haseo/Electric-Potatoe-TD

Public Methods

Method Description
Shooter ( float xPos, float yPos, int resistor, int cost, Game game ) : System
getType ( ) : EType

Method Details

Shooter() public method

public Shooter ( float xPos, float yPos, int resistor, int cost, Game game ) : System
xPos float
yPos float
resistor int
cost int
game Game
return System

getType() public method

public getType ( ) : EType
return EType