summary refs log tree commit diff stats
path: root/proto/common.proto
blob: eb1d6b5d00f373ba9abbc9345c0b8b9a32692bed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
edition = "2023";

package com.fourisland.lingo2_archipelago;

message Proxy {
  string answer = 1;
  string path = 2;
}

message Letter {
  string letter = 1;
  bool double = 2;
}