1
0
Fork 0
forked from wry/wry

autocommit 2022-05-01 17:23:55 CEST

This commit is contained in:
Julian Orth 2022-05-01 17:23:55 +02:00
parent 4373ed05bf
commit e1d5bf0e5d
39 changed files with 1772 additions and 57 deletions

View file

@ -22,3 +22,13 @@ msg take_screenshot = 4 {
msg get_idle = 5 {
id: id(jay_idle),
}
msg get_client_id = 6 {
}
# events
msg client_id = 0 {
client_id: pod(u64),
}