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

7 lines
111 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
enum OnlinePlayerState {
ONLINE_PLAYER_NONE = 0;
ONLINE_PLAYER_IN_DYNAMIC_DUNGEON = 1;
}