migueldeicaza / SwiftGodot

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

remove GodotObject protocol #525

Closed mayoff closed 3 weeks ago

mayoff commented 3 weeks ago

It doesn't seem like the GodotObject protocol has any reason to exist. This patch removes it.

migueldeicaza commented 3 weeks ago

Thank you for the contribution @mayoff - I agree with these changes.