C# Class MStatView, Madness

Inheritance: FContainer
ファイルを表示 Open project: MattRix/Madness Class Usage Examples

Public Properties

Property Type Description
stat MPlayerStat,

Public Methods

Method Description
MStatView ( MPlayerStat, stat ) : System
Update ( ) : void

Private Methods

Method Description
HandleButtonClick ( FButton, button ) : void
HandleStatChange ( MPlayerStat, stat ) : void

Method Details

MStatView() public method

public MStatView ( MPlayerStat, stat ) : System
stat MPlayerStat,
return System

Update() public method

public Update ( ) : void
return void

Property Details

stat public_oe property

public MPlayerStat, stat
return MPlayerStat,