GodotBigNumberClass
GodotBigNumberClass copied to clipboard
You may add the 'static' keyword on _typeCheck(n)
Line 276:Cannot call non-static function "_typeCheck()" from static function "minValue()". Line 284:Cannot call non-static function "_typeCheck()" from static function "maxValue()".
After adding the static keyword to _typeCheck(n), it worked without any issues
#27 closes these issues