C# Class Game.Events.ServerEvents.MessagePopupEvent

Inheritance: ServerEvent
Show file Open project: Ziden/Lisergy

Public Properties

Property Type Description
Args string[]
Type PopupType

Public Methods

Method Description
MessagePopupEvent ( PopupType type ) : System

Method Details

MessagePopupEvent() public method

public MessagePopupEvent ( PopupType type ) : System
type PopupType
return System

Property Details

Args public property

public string[] Args
return string[]

Type public property

public PopupType Type
return PopupType