fix a minor bug in the micro resources class

This commit is contained in:
Florian Stinglmayr 2021-08-03 18:45:14 +02:00
parent 9c47fc3400
commit ef3af72313

View File

@ -5,7 +5,7 @@ namespace NonaBGS.BGS {
public class SellMicroResources : LogEntry { public class SellMicroResources : LogEntry {
public SellMicroResources(string system, string station) { public SellMicroResources(string system, string station) {
System = system; System = system;
Station = Station; Station = station;
} }
public int TotalSum { public int TotalSum {