mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
add proto file for feat: change game time.
- by hamusuke0323
This commit is contained in:
parent
af7b97985f
commit
650acd1337
9
proto/SkipPlayerGameTimeReq.proto
Normal file
9
proto/SkipPlayerGameTimeReq.proto
Normal file
@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SkipPlayerGameTimeReq {
|
||||
bool isForceSet = 3;
|
||||
uint32 clientGameTime = 1;
|
||||
uint32 gameTime = 15;
|
||||
}
|
9
proto/SkipPlayerGameTimeRsp.proto
Normal file
9
proto/SkipPlayerGameTimeRsp.proto
Normal file
@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SkipPlayerGameTimeRsp {
|
||||
uint32 clientGameTime = 14;
|
||||
uint32 gameTime = 15;
|
||||
int32 retcode = 12;
|
||||
}
|
Loading…
Reference in New Issue
Block a user