GC-Proto/unimplemented/EntityAuthorityChangeNotify.proto

11 lines
235 B
Protocol Buffer
Raw Normal View History

2024-08-28 08:04:33 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 7710
import "AuthorityChange.proto";
message EntityAuthorityChangeNotify {
repeated AuthorityChange authority_change_list = 15;
}