utopia-rise/godot-kotlin-native

Implement RPCMode annotations

chippmann opened this issue · 1 comments

All enums defined in RPCMode should also exist as annotations:

  • Remote
  • Disabled
  • Sync
  • Master
  • Puppet
  • RemoteSync
  • MasterSync
  • PuppetSync

The annotation do not have parameters.

Will not be implemented. The RPCMode will be defined in the @RegisterProperty and the @RegisterFunction annotations as parameter