Property | Type | Description | |
---|---|---|---|
TransactionJournal | LinkedList |
Method | Description | |
---|---|---|
AddJournalEntry ( string buyingPlayer, System.Item buyItem, System.Item payItem ) : void | ||
AddOrUpdateLooter ( int lootingPlayerId ) : void | ||
TradeChestMetadata ( ) : System |
public AddJournalEntry ( string buyingPlayer, System.Item buyItem, System.Item payItem ) : void | ||
buyingPlayer | string | |
buyItem | System.Item | |
payItem | System.Item | |
return | void |
public AddOrUpdateLooter ( int lootingPlayerId ) : void | ||
lootingPlayerId | int | |
return | void |