C# Class ValueTuples.Sample.Thief

Inheritance: Unit
显示文件 Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
Thief ( ) : System
Thief ( int id, string name, int agility, int skill ) : System

Method Details

Thief() public method

public Thief ( ) : System
return System

Thief() public method

public Thief ( int id, string name, int agility, int skill ) : System
id int
name string
agility int
skill int
return System