Cockatrice/common/pb/response_get_admin_notes.proto
2024-12-28 10:38:56 -05:00

10 lines
226 B
Protocol Buffer

syntax = "proto2";
import "response.proto";
message Response_GetAdminNotes {
extend Response {
optional Response_GetAdminNotes ext = 1018;
}
optional string user_name = 1;
optional string notes = 2;
}