C# Class Mission_Database, Castle-Bashers

Inheritance: MonoBehaviour
Exibir arquivo Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
Aget int
death int
get_gold int

Public Methods

Method Description
Add_Gold ( int player_id, int value ) : void
GetPercent ( int player_id ) : double
clear_db ( ) : void
dead ( ) : void

Method Details

Add_Gold() public method

public Add_Gold ( int player_id, int value ) : void
player_id int
value int
return void

GetPercent() public method

public GetPercent ( int player_id ) : double
player_id int
return double

clear_db() public method

public clear_db ( ) : void
return void

dead() public method

public dead ( ) : void
return void

Property Details

Aget public_oe property

public int Aget
return int

death public_oe property

public int death
return int

get_gold public_oe property

public int get_gold
return int