GC-Proto/proto/PlayerDieOption.proto

11 lines
185 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
enum PlayerDieOption {
PLAYER_DIE_OPTION_OPT_NONE = 0;
PLAYER_DIE_OPTION_OPT_REPLAY = 1;
PLAYER_DIE_OPTION_OPT_CANCEL = 2;
PLAYER_DIE_OPTION_OPT_REVIVE = 3;
}