~starkingdoms/starkingdoms

ref: ae44d6a5cab360f08da8becc3ed605fb15a71a29 starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
ae44d6a5TerraMaster85 quicky fix duct tape 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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