index
:
worldserver-protobufs
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
RoomIDRequestCmd.proto
blob: 2bb65d95105f6199d449ff162438c5fcfe4ada7e (
plain
) (
blame
)
1
2
3
4
5
6
7
syntax
=
"proto3"
;
package
whirl
;
message
RoomIDRequestCmd
{
string
room_name
=
1
;
}