IceYGO / ygosharp

A C# implementation of an ygopro duel server, using the ocgcore library.
MIT License
49 stars 17 forks source link

Multiple Rooms #17

Closed HKunogi closed 6 years ago

HKunogi commented 6 years ago

How can i get the PSW sent by the client at the server to use it at the code? The one that i can write to connect to a specific room.

Edit: Solved, just read the byte stream.