19 lines
198 B
Text
19 lines
198 B
Text
# requests
|
|
|
|
request destroy = 0 {
|
|
|
|
}
|
|
|
|
request add = 1 {
|
|
x: i32,
|
|
y: i32,
|
|
width: i32,
|
|
height: i32,
|
|
}
|
|
|
|
request subtract = 2 {
|
|
x: i32,
|
|
y: i32,
|
|
width: i32,
|
|
height: i32,
|
|
}
|