Пример #1
0
 internal ConnectedCallback(MsgChannelEncryptResult result)
     : this(result.Result)
 {
 }
Пример #2
0
 internal ConnectedCallback(SteamClient client, MsgChannelEncryptResult result)
     : this(client, result.Result)