Add Trading :D

This commit is contained in:
SilicaAndPina 2021-02-26 14:01:38 +13:00
parent 507d8910dc
commit ee3fc56839
7 changed files with 237 additions and 13 deletions

View file

@ -77,6 +77,9 @@ namespace HISP.Game
public static string TradeYouSpentMoneyMessageFormat;
public static string TradeYouReceivedMoneyMessageFormat;
public static string TradeYouCantCarryMoreItems;
public static string TradeOtherCantCarryMoreItems;
public static string TradeNotAllowedWhileBidding;
public static string TradeNotAllowedWhileOtherBidding;