mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
Added custom notify user event (#2398)
* Added custom notify user event. * Untabbify
This commit is contained in:
parent
0fdb9b7c83
commit
b64eab204c
2 changed files with 17 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ message Event_NotifyUser {
|
|||
PROMOTED = 1;
|
||||
WARNING = 2;
|
||||
IDLEWARNING = 3;
|
||||
CUSTOM = 4;
|
||||
}
|
||||
|
||||
extend SessionEvent {
|
||||
|
|
@ -15,5 +16,7 @@ message Event_NotifyUser {
|
|||
}
|
||||
optional NotificationType type = 1;
|
||||
optional string warning_reason = 2;
|
||||
optional string custom_title = 3;
|
||||
optional string custom_content = 4;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue