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
/
commands
/
channel_command.proto
blob: b76f984e0e6ec1fd3ef77c49fcf97d9bedc88b1d (
plain
) (
blame
)
1
2
3
4
5
6
7
syntax
=
"proto3"
;
package
whirl
;
message
ChannelCommand
{
string
channel
=
1
;
}