C# 클래스 Avalon.Structures.Account

파일 보기 프로젝트 열기: mabinogidev/mabinogi-development

공개 프로퍼티들

프로퍼티 타입 설명
AID int
Access int
Characters List
Options int[]
Password string
Username string

프로퍼티 상세

AID 공개적으로 프로퍼티

public int AID
리턴 int

Access 공개적으로 프로퍼티

public int Access
리턴 int

Characters 공개적으로 프로퍼티

public List Characters
리턴 List

Options 공개적으로 프로퍼티

public int[] Options
리턴 int[]

Password 공개적으로 프로퍼티

public string Password
리턴 string

Username 공개적으로 프로퍼티

public string Username
리턴 string