just sync proto

This commit is contained in:
Yuuki
2024-05-22 19:51:09 +08:00
parent a85b668ccc
commit 443df7bd77
345 changed files with 1778 additions and 4617 deletions

View File

@@ -0,0 +1,9 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.6.0
// CmdId: 24155
message WidgetUseAttachAbilityGroupChangeNotify {
bool is_attach = 1;
uint32 material_id = 2;
}