mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "lunar-tear/server/gen/proto;proto";
|
||||
|
||||
import "proto/data.proto";
|
||||
|
||||
package apb.api.navicutin;
|
||||
|
||||
service NaviCutInService {
|
||||
rpc RegisterPlayed (RegisterPlayedRequest) returns (RegisterPlayedResponse);
|
||||
}
|
||||
|
||||
message RegisterPlayedRequest {
|
||||
int32 naviCutId = 1;
|
||||
}
|
||||
|
||||
message RegisterPlayedResponse {
|
||||
map<string, apb.api.data.DiffData> diffUserData = 99;
|
||||
}
|
||||
Reference in New Issue
Block a user