StatLight.Core.Events.DialogAssertionServerEvent.DialogAssertionServerEvent C# (CSharp) Method

DialogAssertionServerEvent() public method

public DialogAssertionServerEvent ( DialogType dialogType ) : System
dialogType DialogType
return System
        public DialogAssertionServerEvent(DialogType dialogType)
        {
            DialogType = dialogType;
        }
DialogAssertionServerEvent