~starkingdoms/starkingdoms

ref: e01e242b99ea5a57d03e8551a2dc0dc176766420 starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
e01e242bcore Merge branch 'feat/typescript' into 'master' 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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