Open Stinkfist0 opened 10 years ago
Not just the interfaces but if I could get the pointers too with framework_->Server()->...
. Going to TundraProtocolModule etc. is a pain in the ass right now.
Yeah, by interfaces I mean exactly Fw()->Client() and Fw()->Server().
Tundra being inherently networked platform (though ideally this could be maybe disabled if wanted), it would be convenient to have the mostly used networking related interfaces directly in the core: Client, Server, and UserConnection.