C# Class ObstructionMinionScript

Inheritance: MinionAbilityClass
显示文件 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_oe property

public float delayTime
return float

growthTime public_oe property

public float growthTime
return float

tree1 public_oe property

public Sprite tree1
return Sprite

tree2 public_oe property

public Sprite tree2
return Sprite