19 lines
186 B
Text
19 lines
186 B
Text
# requests
|
|
|
|
request destroy {
|
|
|
|
}
|
|
|
|
request add {
|
|
x: i32,
|
|
y: i32,
|
|
width: i32,
|
|
height: i32,
|
|
}
|
|
|
|
request subtract {
|
|
x: i32,
|
|
y: i32,
|
|
width: i32,
|
|
height: i32,
|
|
}
|