TeamEEDev / EECloud.PlayerIO

EECloud.PlayerIO is an unofficial open-sourced version of the Player.IO client DLL written in C#.
5 stars 3 forks source link

JoinRoom #5

Closed Jojatekok closed 11 years ago

Jojatekok commented 11 years ago

Let's just support it! :D

Yonom commented 11 years ago

CreateRoom wont be

Jojatekok commented 11 years ago

Why? Because it's "useless"??

Yonom commented 11 years ago

Exactly. Because there is no known use for it. there are other things with higher priorities

Aslai commented 11 years ago

But JoinRoom can be used to see if a room exists :o

Yonom commented 11 years ago

CreateRoom is not used for anything, it creates a room without joining it... Both CreateJoinRoom and JoinRoom can be used to join a room. JoinRoom doesn't need the room type trough...

Jojatekok commented 11 years ago

The method 'JoinRoom()' has just been successfully created.