16 lines
282 B
Protocol Buffer
16 lines
282 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// CmdId: 3231
|
||
|
// Name: NNDJOINBKAB
|
||
|
message SceneAudioNotify {
|
||
|
int32 type = 9;
|
||
|
uint32 source_uid = 11;
|
||
|
repeated float param2 = 6;
|
||
|
repeated string param3 = 5;
|
||
|
repeated uint32 param1 = 8;
|
||
|
}
|
||
|
|