v6.0
- Replaced Godot's
TransferModeEnum
withRemMode
(breaking change) - Fixed return type polymorphism sometimes not working
- Performance improvements
- Source code clarity improvements
- Added support for
ValueTask
(by converting it to aTask
)
TransferModeEnum
with RemMode
(breaking change)ValueTask
(by converting it to a Task
)