lightyear
lightyear copied to clipboard
Add prediction/interpolation for resources?
When a Resource gets added on the server and is synced with the client, we might want to handle similarly to component:
- create a
Predicted<Resource>
and aConfirmed<Resource>
? - create an
Interpolated<Resource>
?