syntax = "proto3"; package protocol.state; enum State { UNKNOWN = 0; Handshake = 1; Play = 2; }