C# Class StateFunding.ReviewManager

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: iamchairs/StateFunding Class Usage Examples

Public Methods

Method Description
ApplyDecay ( ) : void
CompleteReview ( ) : void
LastReview ( ) : Review
OpenReview ( Review Rev ) : void

Method Details

ApplyDecay() public method

public ApplyDecay ( ) : void
return void

CompleteReview() public method

public CompleteReview ( ) : void
return void

LastReview() public method

public LastReview ( ) : Review
return Review

OpenReview() public method

public OpenReview ( Review Rev ) : void
Rev Review
return void