Updated pb files.

This commit is contained in:
genxium
2023-01-29 13:10:19 +08:00
parent 4e638fb2ec
commit b5530b352b
6 changed files with 868 additions and 809 deletions

View File

@@ -165,6 +165,18 @@ message FireballBullet {
int32 speed = 1005;
}
message HolePunchUpsync {
string intAuthToken = 1;
int32 boundRoomId = 2;
int32 authKey = 3;
}
message PeerUdpAddr {
string ip = 1;
int32 port = 2;
int32 authKey = 3;
}
message BattleColliderInfo {
string stageName = 1;
@@ -182,22 +194,11 @@ message BattleColliderInfo {
double spaceOffsetY = 12;
int32 collisionMinStep = 13;
int32 boundRoomCapacity = 14;
PeerUdpAddr battleUdpTunnel = 15;
bool frameDataLoggingEnabled = 1024;
}
message HolePunchUpsync {
string intAuthToken = 1;
int32 boundRoomId = 2;
int32 authKey = 3;
}
message PeerUdpAddr {
string ip = 1;
int32 port = 2;
int32 authKey = 3;
}
message RoomDownsyncFrame {
int32 id = 1;
repeated PlayerDownsync playersArr = 2;