~starkingdoms/starkingdoms

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

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