~starkingdoms/starkingdoms

ref: cb5394d426ad0a74d83cc6e63e1d5300ce9f6e3b starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
cb5394d4 — c0repwn3r jenkins CI pt.11 (fix the custom build image) 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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