~starkingdoms/starkingdoms

ref: 6f32ab87309de4b52af255bf8f56f785f084c97f starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
6f32ab87 — ghostlyzsh added lifespans to modules 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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