(tools, client, server) feat: Remove gRPC support, add TCP back and reorganized project
This commit is contained in:
@ -2,15 +2,6 @@ syntax = "proto3";
|
||||
|
||||
package protocol;
|
||||
|
||||
// Define services
|
||||
|
||||
service GameService {
|
||||
rpc Login(LoginRequest) returns (LoginResponse);
|
||||
rpc Signup(SignupRequest) returns (SignupResponse);
|
||||
}
|
||||
|
||||
// Define messages
|
||||
|
||||
enum RequestResult {
|
||||
Success = 0;
|
||||
Fail = 1;
|
||||
|
Reference in New Issue
Block a user