C# Class CPopupGameResult, freegostop

Inheritance: MonoBehaviour
Mostra file Open project: sunduk/freegostop Class Usage Examples

Public Methods

Method Description
refresh ( byte is_win, int money, int score, int double_val, int final_score ) : void

Private Methods

Method Description
Awake ( ) : void
on_touch ( ) : void

Method Details

refresh() public method

public refresh ( byte is_win, int money, int score, int double_val, int final_score ) : void
is_win byte
money int
score int
double_val int
final_score int
return void