v0.5.0
version 0.5.0: 6/21/2023
Added
- Added
ServerBridge.OnServerInvoke
andClientBridge:InvokeServer()
- Added
.Connected
to connections
Fixes
- Fixed a bug with
Bridge:Wait
Improvements
- Refactored the object-oriented programming pattern used w/ Bridges
- Connections are now their own class
- Calling methods with
.
instead of:
will now error - Type improvements
tostring()
-ing a bridge will now return its class type