godot-start/zfoo/util/NumberUtils.gd

7 lines
83 B
GDScript

extends Object
const MIN_INT: int = -2147483648
const MAX_INT: int = 2147483647