Initial commit
This commit is contained in:
7
proto/SceneKickPlayerReq.proto
Normal file
7
proto/SceneKickPlayerReq.proto
Normal file
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SceneKickPlayerReq {
|
||||
uint32 targetUid = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user