Inheritance: global::ProtoBuf.IExtensible
コード例 #1
0
ファイル: Callbacks.cs プロジェクト: ampped101/SteamBot
            internal WalletInfoCallback( CMsgClientWalletInfoUpdate wallet )
#endif
            {
                HasWallet = wallet.has_wallet;

                Currency = ( ECurrencyCode )wallet.currency;
                Balance = wallet.balance;
            }
コード例 #2
0
ファイル: Callbacks.cs プロジェクト: ampped101/SteamBot
 internal WalletInfoCallback( SteamClient client, CMsgClientWalletInfoUpdate wallet )
     : base( client )