Inheritance: global::ProtoBuf.IExtensible
Beispiel #1
0
            internal WalletInfoCallback( CMsgClientWalletInfoUpdate wallet )
#endif
            {
                HasWallet = wallet.has_wallet;

                Currency = ( ECurrencyCode )wallet.currency;
                Balance = wallet.balance;
            }
Beispiel #2
0
 internal WalletInfoCallback( SteamClient client, CMsgClientWalletInfoUpdate wallet )
     : base( client )