Pixel-Composer/scripts/node_note/node_note.gml

3 lines
83 B
Plaintext
Raw Normal View History

2023-10-15 15:04:42 +02:00
function Node_Note(_x, _y, _group = noone) : Node(_x, _y, _group) constructor {
}