1
0
Fork 0
forked from wry/wry

cli: add seat-test

This commit is contained in:
Julian Orth 2022-06-03 11:49:23 +02:00
parent b20abd28d0
commit 2ced50f3a7
11 changed files with 559 additions and 7 deletions

View file

@ -35,8 +35,21 @@ msg unlock = 8 {
}
msg get_seats = 9 {
}
msg seat_events = 10 {
id: id(jay_seat_events),
}
# events
msg client_id = 0 {
client_id: pod(u64),
}
msg seat = 1 {
id: u32,
name: str,
}