C# Class Mission_Database, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Méthodes publiques

Свойство Type Description
Aget int
death int
get_gold int

Méthodes publiques

Méthode Description
Add_Gold ( int player_id, int value ) : void
GetPercent ( int player_id ) : double
clear_db ( ) : void
dead ( ) : void

Method Details

Add_Gold() public méthode

public Add_Gold ( int player_id, int value ) : void
player_id int
value int
Résultat void

GetPercent() public méthode

public GetPercent ( int player_id ) : double
player_id int
Résultat double

clear_db() public méthode

public clear_db ( ) : void
Résultat void

dead() public méthode

public dead ( ) : void
Résultat void

Property Details

Aget public_oe property

public int Aget
Résultat int

death public_oe property

public int death
Résultat int

get_gold public_oe property

public int get_gold
Résultat int