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:
@@ -20,10 +20,10 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message AbilityMixinGlobalShield {
|
||||
float max_shield = 14;
|
||||
bool is_create_effect = 4;
|
||||
float sub_shield = 7;
|
||||
float height_offset = 5;
|
||||
uint32 avatar_id = 11;
|
||||
float max_shield = 10;
|
||||
string shield_effect_name = 2;
|
||||
string shield_effect_name = 12;
|
||||
float sub_shield = 10;
|
||||
uint32 avatar_id = 3;
|
||||
float height_offset = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user