add proto for unstable-quests

This commit is contained in:
Akbar Yahya
2023-04-11 21:27:07 +08:00
parent 52c669369e
commit 6b1d1fca97
23 changed files with 302 additions and 0 deletions

View 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;
}