Pixel-Composer/scripts/variable_data/variable_data.gml

5 lines
69 B
Plaintext
Raw Normal View History

2023-02-14 02:48:33 +01:00
#region veriable
globalvar VARIABLE;
VARIABLE = noone;
#endregion