fix a minor bug in the micro resources class
This commit is contained in:
parent
9c47fc3400
commit
ef3af72313
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user