NahidaImpact/NahidaImpact.Protocol/ResinCostType.proto
2024-01-04 16:48:39 +03:00

11 lines
255 B
Protocol Buffer

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;
}