C# Class Server.Network.MessageLocalized

Inheritance: Packet
Show file Open project: brodock/runuo Class Usage Examples

Public Methods

Method Description
InstantiateGeneric ( int number ) : MessageLocalized
MessageLocalized ( Serial serial, int graphic, MessageType type, int hue, int font, int number, string name, string args ) : System

Method Details

InstantiateGeneric() public static method

public static InstantiateGeneric ( int number ) : MessageLocalized
number int
return MessageLocalized

MessageLocalized() public method

public MessageLocalized ( Serial serial, int graphic, MessageType type, int hue, int font, int number, string name, string args ) : System
serial Serial
graphic int
type MessageType
hue int
font int
number int
name string
args string
return System