mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 01:54:10 +03:00
just sync proto
This commit is contained in:
9
proto/WidgetUseAttachAbilityGroupChangeNotify.proto
Normal file
9
proto/WidgetUseAttachAbilityGroupChangeNotify.proto
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user