~starkingdoms/starkingdoms

ref: 02325a5cba6fabb8e61720d03aa8c5230a0f16ad starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 102 bytes
02325a5c — ghostly_zsh Update file Cargo.toml 2 years ago
                                                                                
1
2
3
4
5
6
7
8
syntax = "proto3";
package protocol.state;

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