syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message FeatureBlockInfo {
uint32 feature_type = 1;
uint32 end_time = 2;
}