C# Class Poker.Server.PokerPeer

Inheritance: NetworkPeerBase
Show file Open project: BernhardGlueck/Poker Class Usage Examples

Public Methods

Method Description
PokerPeer ( PokerApplication pokerApplication, IRpcProtocol protocol, IPhotonPeer unmanagedPeer ) : System

Private Methods

Method Description
ReceiveVoiceData ( VoiceDataMessage message ) : void

Method Details

PokerPeer() public method

public PokerPeer ( PokerApplication pokerApplication, IRpcProtocol protocol, IPhotonPeer unmanagedPeer ) : System
pokerApplication PokerApplication
protocol IRpcProtocol
unmanagedPeer IPhotonPeer
return System