C# Class ValueTuples.Sample.Mage

Inheritance: Unit
Mostra file Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
Mage ( ) : System
Mage ( int id, string name, string spell ) : System

Method Details

Mage() public method

public Mage ( ) : System
return System

Mage() public method

public Mage ( int id, string name, string spell ) : System
id int
name string
spell string
return System