10 lines
143 B
Protocol Buffer
Executable File
10 lines
143 B
Protocol Buffer
Executable File
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
enum StoreType {
|
|
STORE_NONE = 0;
|
|
STORE_PACK = 1;
|
|
STORE_DEPOT = 2;
|
|
}
|