syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; enum StoreType { STORE_NONE = 0; STORE_PACK = 1; STORE_DEPOT = 2; }