C# Class SagaMap.Packets.Server.LevelUp

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
LevelUp ( ) : System
SetActorID ( uint id ) : void
SetLevelType ( byte type ) : void
SetLevels ( byte levels ) : void

Method Details

LevelUp() public method

public LevelUp ( ) : System
return System

SetActorID() public method

public SetActorID ( uint id ) : void
id uint
return void

SetLevelType() public method

public SetLevelType ( byte type ) : void
type byte
return void

SetLevels() public method

public SetLevels ( byte levels ) : void
levels byte
return void