C# Class ObstructionMinionScript

Inheritance: MinionAbilityClass
Show file Open project: mezosaurus/eae-project

Public Properties

Property Type Description
delayTime float
growthTime float
tree1 Sprite
tree2 Sprite

Protected Methods

Method Description
GameUpdate ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

GameUpdate() protected method

protected GameUpdate ( ) : void
return void

Property Details

delayTime public property

public float delayTime
return float

growthTime public property

public float growthTime
return float

tree1 public property

public Sprite tree1
return Sprite

tree2 public property

public Sprite tree2
return Sprite