コード例 #1
0
 public void AddAuction(BlackMarketEntry auction)
 {
     _auctions[auction.GetMarketId()] = auction;
 }