mwhicks-dev / splat-alpha

2D platforming game engine based in C++ and built on top of the SFML multimedia suite.
0 stars 0 forks source link

Extend AssetProperties with owner state #43

Closed mwhicks-dev closed 5 months ago

mwhicks-dev commented 5 months ago

For cleanup when someone disconnects as well as server-side validation later

mwhicks-dev commented 5 months ago

Also to make sure only client-side assets run updates, even though it should not make much of a difference