8 lines
99 B
Protocol Buffer
8 lines
99 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
enum CreateReason {
|
||
|
CREATE_NONE = 0;
|
||
|
CREATE_QUEST = 1;
|
||
|
CREATE_ENERGY = 2;
|
||
|
}
|