Common base for all popup network events.
Inheritance
System.Object
PopupEvent
Assembly: Content.Shared.dll
public abstract class PopupEvent : EntityEventArgs
Constructors
|
Improve this Doc
View Source
Declaration
protected PopupEvent(string message, PopupType type)
Parameters
Type |
Name |
Description |
System.String |
message |
|
PopupType |
type |
|
Properties
|
Improve this Doc
View Source
Declaration
public string Message { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public PopupType Type { get; }
Property Value