Pixel-Composer/scripts/node_note/node_note.gml

3 lines
83 B
Text
Raw Normal View History

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