C# Class GameEntities.HealthItem

Represents a item of the healths. When the player take this item his Dynamic.Life increase.
Inheritance: Item
显示文件 Open project: DarrenHassan/GDM4242-GroupD

Public Methods

Method Description
HealthItem ( ) : System

Protected Methods

Method Description
OnTake ( Unit unit ) : bool

Method Details

HealthItem() public method

public HealthItem ( ) : System
return System

OnTake() protected method

protected OnTake ( Unit unit ) : bool
unit Unit
return bool