C# Class WorldServer.TCP.ServerPackets.FRIENDLIST_INFO

Inheritance: PacketOut
Show file Open project: fiki574/rAPB

Public Methods

Method Description
FRIENDLIST_INFO ( Byte totalFriends, UInt32 friendUID, String friendName, Byte friendStatus, Byte friendFaction ) : System

Method Details

FRIENDLIST_INFO() public method

public FRIENDLIST_INFO ( Byte totalFriends, UInt32 friendUID, String friendName, Byte friendStatus, Byte friendFaction ) : System
totalFriends Byte
friendUID System.UInt32
friendName String
friendStatus Byte
friendFaction Byte
return System