GC-Proto/proto/ResinCostType.proto

13 lines
237 B
Protocol Buffer

syntax = "proto3";
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;
}