Inheritance diagram for SimpleHealthPoints:

Public Member Functions

void AddPoints (int pointsToAdd)
 Adds the given points to Points, then tells the UI it changed. More...
 

Public Attributes

int Points
 

Private Member Functions

void Update ()
 

Member Function Documentation

void SimpleHealthPoints.AddPoints ( int  pointsToAdd)
inline

Adds the given points to Points, then tells the UI it changed.

void SimpleHealthPoints.Update ( )
inlineprivate

Member Data Documentation

int SimpleHealthPoints.Points