~starkingdoms/starkingdoms

ref: f329f207f7314d92c817671d64678dfc7f86ec4a starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
f329f207 — core wasd 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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