mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 02:37:12 +08:00
(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