GC-Proto/proto/SceneAudioNotify.proto
2023-02-28 09:12:44 +08:00

16 lines
282 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: BHHLLDGJLGK
// CmdId: 3412
message SceneAudioNotify {
int32 type = 12;
repeated float param2 = 9;
uint32 source_uid = 6;
repeated string param3 = 8;
repeated uint32 param1 = 7;
}