mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 09:54:59 +01:00
Added interface display for multiplayer games (#360)
This commit is contained in:
10
proto/GetOnlinePlayerListRsp.proto
Normal file
10
proto/GetOnlinePlayerListRsp.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "OnlinePlayerInfo.proto";
|
||||
|
||||
message GetOnlinePlayerListRsp {
|
||||
int32 retcode = 1;
|
||||
repeated OnlinePlayerInfo player_info_list = 2;
|
||||
uint32 param = 3;
|
||||
uint32 targetUid = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user