NahidaImpact/NahidaImpact.Protocol/ResinCostType.proto

12 lines
255 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
// Obf: CJJHKGNDKMK
enum ResinCostType {
RESIN_COST_TYPE_NONE = 0;
RESIN_COST_TYPE_NORMAL = 1;
RESIN_COST_TYPE_CONDENSE = 2;
RESIN_COST_TYPE_REUNION_PRIVILEGE = 3;
RESIN_COST_TYPE_OP_ACTIVITY = 4;
RESIN_COST_TYPE_MATERIAL = 5;
}