C# Class ValueTuples.Sample.Fighter

Inheritance: Unit
Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Méthode Description
Fighter ( ) : System
Fighter ( int id, string name, double strength ) : System

Method Details

Fighter() public méthode

public Fighter ( ) : System
Résultat System

Fighter() public méthode

public Fighter ( int id, string name, double strength ) : System
id int
name string
strength double
Résultat System