C# Class NetworkConnection_Talkback, tf_client

Inheritance: ClientNetworkConnection
Mostra file Open project: wids-eria/tf_client

Protected Methods

Method Description
Awake ( ) : void
OnServerConnect ( ) : void
OnServerReceive ( byte data ) : void

Private Methods

Method Description
StartListening ( ) : IEnumerator

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnServerConnect() protected method

protected OnServerConnect ( ) : void
return void

OnServerReceive() protected method

protected OnServerReceive ( byte data ) : void
data byte
return void