mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
add proto for unstable-quests
This commit is contained in:
15
proto/SceneAudioNotify.proto
Normal file
15
proto/SceneAudioNotify.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user