C# 클래스 SagaMap.Packets.Server.LevelUp

상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
LevelUp ( ) : System
SetActorID ( uint id ) : void
SetLevelType ( byte type ) : void
SetLevels ( byte levels ) : void

메소드 상세

LevelUp() 공개 메소드

public LevelUp ( ) : System
리턴 System

SetActorID() 공개 메소드

public SetActorID ( uint id ) : void
id uint
리턴 void

SetLevelType() 공개 메소드

public SetLevelType ( byte type ) : void
type byte
리턴 void

SetLevels() 공개 메소드

public SetLevels ( byte levels ) : void
levels byte
리턴 void