7 lines
124 B
C#
7 lines
124 B
C#
using EDPlayerJournal.BGS;
|
|
|
|
namespace EliteBGS.LogGenerator;
|
|
|
|
public class MarketBuyFormat : GenericFormat<BuyCargo> {
|
|
}
|