mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,11 +22,16 @@ import "ForwardType.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 331
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message EvtAnimatorStateChangedNotify {
|
||||
ForwardType forward_type = 3;
|
||||
EvtAnimatorStateChangedInfo evt_animator_state_changed_info = 10;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 327;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// IS_ALLOW_CLIENT = 1;
|
||||
// }
|
||||
|
||||
ForwardType forward_type = 14;
|
||||
EvtAnimatorStateChangedInfo evt_animator_state_changed_info = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user