utopia-rise / godot-kotlin-native

Kotlin bindings for Godot Engine
MIT License
290 stars 16 forks source link

Drop redundant RPCMode enum #217

Closed chippmann closed 4 years ago

chippmann commented 4 years ago

Atm we have two different enums for RPCMode. This was from a time where we used the annotations as dependencies inside the annotation processor rather than the hardcoded fqname. With this issue we should drop the manually created enum and change the generated one to drop the RPC_ENUM prefix