C# Class WorldServer.Lobby.WL.Packet

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: fiki574/rAPB Class Usage Examples

Méthodes publiques

Méthode Description
Packet ( ) : System

Méthodes protégées

Méthode Description
WriteD ( UInt32 value ) : void
WriteS ( String s ) : void

Method Details

Packet() public méthode

public Packet ( ) : System
Résultat System

WriteD() protected méthode

protected WriteD ( UInt32 value ) : void
value System.UInt32
Résultat void

WriteS() protected méthode

protected WriteS ( String s ) : void
s String
Résultat void