mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
13 lines
237 B
Protocol Buffer
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;
|
|
}
|