~starkingdoms/starkingdoms

ref: 1af72df4dcd0b59ef71c3af9d0a3c017dc95346c starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
1af72df4 — c0repwn3r fix! infra overhaul 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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