RevenantX / LiteEntitySystem

Pure C# HighLevel API for multiplayer games
Apache License 2.0
205 stars 25 forks source link

Support for different transports #8

Closed menevis closed 1 year ago

menevis commented 1 year ago

Hello,

Firstly thanks for your effort to develop this project. Could you change it to transport-agnostic architecture? For example, you added LiteNetLib as default transport (I know it's tightly coupled now). If you can change this to a changeable transport structure. We as community can add all other transport systems like SteamNetwork, self-hosted relay, enet etc.

Regards

RevenantX commented 1 year ago

@menevis this is planned

RevenantX commented 1 year ago

done in 3e6c3e2 - Merge branch 'abstract_transport'