~starkingdoms/starkingdoms

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

enum InputType {
  UNKNOWN = 0;
  Left = 1;
  Middle = 2;
  Right = 3;
}