api work pt2
1 files changed, 2 insertions(+), 2 deletions(-) M protocol/src/pbuf/message_c2s.proto
M protocol/src/pbuf/message_c2s.proto => protocol/src/pbuf/message_c2s.proto +2 -2
@@ 11,8 11,8 @@ message MessageC2SHello { string requested_username = 2; // The username that the client is requesting. protocol.state.State next_state = 3; // The state the connection will go into after the handshake. optional string token = 4; optional string user = 5; string token = 4; string user = 5; } message MessageC2SGoodbye {