~starkingdoms/starkingdoms

ref: 026450bb48c5ccc04f07b4dc6de2860a1c808085 starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
026450bb — c0repwn3r add client code 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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