GSServer-CBT/soggy-mistress/proto/PlayerDieOption.proto

9 lines
127 B
Protocol Buffer
Raw Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
enum PlayerDieOption {
DIE_OPT_NONE = 0;
DIE_OPT_REPLAY = 1;
DIE_OPT_CANCEL = 2;
DIE_OPT_REVIVE = 3;
}