DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
77 stars 13 forks source link

MDList #58

Closed Beider closed 4 years ago

Beider commented 4 years ago

MDList has been added along with the CommandReplicator which can be used for other similar implementations that relies on sending commands across the network.

This also contains the new this.ChangeNetworkMaster(int PeerId) command.

This does not yet close the issue for List and Dictionary replication as dictionary is not yet included. However this feature is already massive enough so it might be good to review this part now before I add the second part.

Beider commented 4 years ago

I fixed the issues from the review, also found a string interpolation string in game session that was missing the $ so added that as well.