Open meszaros-lajos-gyorgy opened 4 weeks ago
import { Variable } from 'arx-level-generator/scripting/properties' const scale = new Variable('float', 'scale', 0, true)
The above code could be simplified as:
import { Variable } from 'arx-level-generator/scripting/properties' const scale = new Variable('float', 'scale', undefined)
The above code could be simplified as: