migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
985 stars 55 forks source link

Prevent custom Variant type conflict (#450) #451

Closed Stiivi closed 2 months ago

Stiivi commented 3 months ago

Prefix Variant in GodotCallable macro with SwiftGodot to prevent potential conflict with custom Variant type.

migueldeicaza commented 2 months ago

Thank you for the contribution!