C# Class SagaMap.Packets.Server.PartyMemberSPInfo

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

Méthodes publiques

Méthode Description
PartyMemberSPInfo ( ) : System
SetActorID ( uint id ) : void
SetIndex ( byte index ) : void
SetMaxSP ( ushort sp ) : void
SetSP ( ushort sp ) : void

Method Details

PartyMemberSPInfo() public méthode

public PartyMemberSPInfo ( ) : System
Résultat System

SetActorID() public méthode

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

SetIndex() public méthode

public SetIndex ( byte index ) : void
index byte
Résultat void

SetMaxSP() public méthode

public SetMaxSP ( ushort sp ) : void
sp ushort
Résultat void

SetSP() public méthode

public SetSP ( ushort sp ) : void
sp ushort
Résultat void