~starkingdoms/starkingdoms

ref: eb52c7256a2b805a2c656644ee79a7d7478fa434 starkingdoms/protocol/src/pbuf/state.proto -rw-r--r-- 87 bytes
eb52c725 — ghostlyzsh converted planets and players to entities 2 years ago
                                                                                
1
2
3
4
5
6
7
syntax = "proto3";
package protocol.state;

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