GC-Proto/proto/HomeNewUnlockedBgmIdListNot...

10 lines
208 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-06-04 19:22:10 +03:00
// 4.6.0
// Obf: LHCCCGLEGBA
// CmdId: 9140
2022-11-06 15:51:40 +03:00
message HomeNewUnlockedBgmIdListNotify {
2024-06-04 19:22:10 +03:00
repeated uint32 new_unlocked_bgm_id_list = 5;
2022-11-06 15:30:21 +03:00
}