C# 클래스 SagaMap.Map.StatusArgs.StatusInfo

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 프로퍼티들

프로퍼티 타입 설명
SkillID uint
time uint

공개 메소드들

메소드 설명
StatusInfo ( uint SID, uint time ) : System

메소드 상세

StatusInfo() 공개 메소드

public StatusInfo ( uint SID, uint time ) : System
SID uint
time uint
리턴 System

프로퍼티 상세

SkillID 공개적으로 프로퍼티

public uint SkillID
리턴 uint

time 공개적으로 프로퍼티

public uint time
리턴 uint