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
/
finger_request_command.proto
blob: 4727e9c56baade8b8d09faca8e4acc0c12e9ac8c (
plain
) (
blame
)
1
2
3
4
5
6
7
syntax
=
"proto3"
;
package
whirl
;
message
FingerRequestCommand
{
string
user
=
1
;
}