mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 17:34:39 +01:00
Added interface display for multiplayer games (#360)
This commit is contained in:
6
proto/GetOnlinePlayerListReq.proto
Normal file
6
proto/GetOnlinePlayerListReq.proto
Normal file
@@ -0,0 +1,6 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GetOnlinePlayerListReq {
|
||||
uint32 targetUid = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user