C# 클래스 Auxilium.User

파일 보기 프로젝트 열기: banksyhf/Auxilium

공개 프로퍼티들

프로퍼티 타입 설명
Idle bool
Name string
Rank byte

공개 메소드들

메소드 설명
User ( string name, byte rank, bool idle ) : System

메소드 상세

User() 공개 메소드

public User ( string name, byte rank, bool idle ) : System
name string
rank byte
idle bool
리턴 System

프로퍼티 상세

Idle 공개적으로 프로퍼티

public bool Idle
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Rank 공개적으로 프로퍼티

public byte Rank
리턴 byte