Ismoh / NoitaMP

WIP! Not working, atm! NoitaMP, Noita Multiplayer: First synchronous multiplayer mod for Noita!
GNU General Public License v3.0
115 stars 12 forks source link

Developer want to sync children and components #107

Closed Ismoh closed 1 year ago

Ismoh commented 1 year ago

Currently childrens aren't synced correctly. Put this for in a local function and do recursive call, until there aren't any children anymore.

Also add component syncing. Add a list, which components should be synced. VariableStorageComponents should be enough for now.

Ismoh commented 1 year ago

image image image

Ismoh commented 1 year ago

Will be done in #67