~starkingdoms/starkingdoms

ref: 75de30ef4820a5c0d0784a620f647c6819173a07 starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
75de30ef — c0repwn3r client no longer a crate 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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