mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
Support Mod/Admin Notes Section (#5361)
This commit is contained in:
parent
14807ba036
commit
1f58f7e93d
13 changed files with 175 additions and 3 deletions
10
common/pb/response_get_admin_notes.proto
Normal file
10
common/pb/response_get_admin_notes.proto
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
syntax = "proto2";
|
||||
import "response.proto";
|
||||
|
||||
message Response_GetAdminNotes {
|
||||
extend Response {
|
||||
optional Response_GetAdminNotes ext = 1018;
|
||||
}
|
||||
optional string user_name = 1;
|
||||
optional string notes = 2;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue