mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 19:10:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -20,7 +20,7 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message EntityConfigHashEntry {
|
||||
uint32 job_id = 13;
|
||||
int32 hash_value = 6;
|
||||
uint32 entity_id = 11;
|
||||
uint32 entity_id = 4;
|
||||
int32 hash_value = 1;
|
||||
uint32 job_id = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user