GC-Proto/proto/EntityConfigHashEntry.proto

10 lines
170 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message EntityConfigHashEntry {
uint32 entityId = 3;
uint32 jobId = 12;
int32 hashValue = 6;
}