C# Class _DragonLightning, Rookery

Inheritance: _DragonBase
Exibir arquivo Open project: AIESeattleGameArt/Rookery

Public Properties

Property Type Description
cost int
nextLevel GameObject

Public Methods

Method Description
LevelUp ( ) : void
LevelUp ( string type ) : void
Sell ( ) : void
Shoot ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

LevelUp() public method

public LevelUp ( ) : void
return void

LevelUp() public method

public LevelUp ( string type ) : void
type string
return void

Sell() public method

public Sell ( ) : void
return void

Shoot() public method

public Shoot ( ) : void
return void

Property Details

cost public_oe static_oe property

public static int cost
return int

nextLevel public_oe property

public GameObject nextLevel
return GameObject