GC-Proto/proto/ChangeEnergyReason.proto

9 lines
121 B
Protocol Buffer

syntax = "proto3";
enum ChangeEnergyReason {
CHANGE_ENERGY_REASON_NONE = 0;
CHANGE_ENERGY_REASON_SKILL_START = 1;
}