mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 22:46:19 +01:00
7 lines
119 B
Text
7 lines
119 B
Text
|
function Buffer(buff) constructor {
|
||
|
self.buffer = buff;
|
||
|
|
||
|
static destroy = function() {
|
||
|
buffer_delete(buffer);
|
||
|
}
|
||
|
}
|