C# 클래스 SimplexMainForm.AchievementClass

파일 보기 프로젝트 열기: lofcz/SimplexRpgEngine

공개 프로퍼티들

프로퍼티 타입 설명
Caption string
ID int
Text string
imageIndex int
medalType int

공개 메소드들

메소드 설명
AchievementClass ( string caption, string text, int id, int imageIndex, int medalType ) : System

메소드 상세

AchievementClass() 공개 메소드

public AchievementClass ( string caption, string text, int id, int imageIndex, int medalType ) : System
caption string
text string
id int
imageIndex int
medalType int
리턴 System

프로퍼티 상세

Caption 공개적으로 프로퍼티

public string Caption
리턴 string

ID 공개적으로 프로퍼티

public int ID
리턴 int

Text 공개적으로 프로퍼티

public string Text
리턴 string

imageIndex 공개적으로 프로퍼티

public int imageIndex
리턴 int

medalType 공개적으로 프로퍼티

public int medalType
리턴 int