~starkingdoms/starkingdoms

ref: 63a231d794983e89781b9c91c28aacae2190cbf4 starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
63a231d7 — c0repwn3r terrible orbit code 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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