C# Class SagaMap.Packets.Server.LevelUp

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
LevelUp ( ) : System
SetActorID ( uint id ) : void
SetLevelType ( byte type ) : void
SetLevels ( byte levels ) : void

Method Details

LevelUp() public méthode

public LevelUp ( ) : System
Résultat System

SetActorID() public méthode

public SetActorID ( uint id ) : void
id uint
Résultat void

SetLevelType() public méthode

public SetLevelType ( byte type ) : void
type byte
Résultat void

SetLevels() public méthode

public SetLevels ( byte levels ) : void
levels byte
Résultat void