Esempio n. 1
0
 internal bool IsConnectedToRoom()
 {
     return(C.MultiplayerParticipant_IsConnectedToRoom(SelfPtr()));
 }
 internal bool IsConnectedToRoom()
 {
     // Check the method, and the status to work around a bug found in Feb 2016
     return(C.MultiplayerParticipant_IsConnectedToRoom(SelfPtr()) ||
            Status() == Types.ParticipantStatus.JOINED);
 }