DexTool/Project/scripts/version_get/version_get.gml
2021-03-01 14:01:14 -06:00

6 lines
42 B
Plaintext

function version_get() {
return 0.4;
}