Pixel-Composer/scripts/node_value_base/node_value_base.gml

3 lines
94 B
Plaintext
Raw Normal View History

2024-05-24 07:44:36 +02:00
function NodeValueBase(_name, _node, _connect, _type, _value, _tooltip = "") constructor {
}