~starkingdoms/starkingdoms

ref: fd9dd16bdcf174b83d0d9dfad0b9bc26f4d1020a starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
fd9dd16b — c0repwn3r maybe fix builds 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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