C# 클래스 ValueTuples.Sample.Thief

상속: Unit
파일 보기 프로젝트 열기: ufcpp/UfcppSample 1 사용 예제들

공개 메소드들

메소드 설명
Thief ( ) : System
Thief ( int id, string name, int agility, int skill ) : System

메소드 상세

Thief() 공개 메소드

public Thief ( ) : System
리턴 System

Thief() 공개 메소드

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