mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 23:40:19 +00:00
9a10701c69
When the C# bindings generator finds a type without meta assume the type refers to the 64-bit version of the type: - `float` is converted to `double` - `int` is converted to `long`