~starkingdoms/starkingdoms

ref: 87665fcf6a0162d09d148802b899b4a76439c6cb starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
87665fcf — ghostlyzsh added loose modules, rendering is stupid 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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