RevenantX / LiteEntitySystem

Pure C# HighLevel API for multiplayer games
Apache License 2.0
190 stars 22 forks source link

Support for different transports #8

Closed menevis closed 10 months ago

menevis commented 11 months 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 11 months ago

@menevis this is planned

RevenantX commented 10 months ago

done in 3e6c3e2 - Merge branch 'abstract_transport'