mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
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`