mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -24,12 +24,13 @@ import "ForwardType.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AbilityInvokeEntry {
|
||||
AbilityInvokeArgument argument_type = 1;
|
||||
AbilityInvokeEntryHead head = 2;
|
||||
uint32 forward_peer = 4;
|
||||
uint32 event_id = 12;
|
||||
ForwardType forward_type = 3;
|
||||
bytes ability_data = 15;
|
||||
double total_tick_time = 14;
|
||||
uint32 entity_id = 9;
|
||||
ForwardType forward_type = 9;
|
||||
uint32 event_id = 13;
|
||||
uint32 entity_id = 7;
|
||||
uint32 forward_peer = 14;
|
||||
double total_tick_time = 10;
|
||||
AbilityInvokeEntryHead head = 3;
|
||||
bytes ability_data = 2;
|
||||
AbilityInvokeArgument argument_type = 8;
|
||||
bool is_ignore_auth = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user