~starkingdoms/starkingdoms

ref: 603d2bb46d38fa7d4c46df4cb9aad895916ec011 starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
603d2bb4 — c0repwn3r work on callback 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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