~starkingdoms/starkingdoms

ref: bb92723517eb6968fc446dc1654ee6c27eceb751 starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
bb927235 — c0repwn3r translate client to protobuf protocol 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

enum State {
  Handshake = 0;
  Play = 1;
}