GC-Proto/proto/HuntingOfferData.proto

14 lines
247 B
Protocol Buffer

syntax = "proto3";
import "HuntingOfferState.proto";
import "HuntingPair.proto";
option java_package = "emu.grasscutter.net.proto";
message HuntingOfferData {
HuntingOfferState state = 11;
uint32 cityId = 8;
HuntingPair huntingPair = 13;
}