Structuring and small changes
This commit is contained in:
parent
e9f360305b
commit
65a2557892
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
||||||
|
/** CUSTOMIZE HERE
|
||||||
|
* Set the thresholds here
|
||||||
|
*/
|
||||||
|
|
||||||
const int upperThreshold = 25000000;
|
const int upperThreshold = 25000000;
|
||||||
const int lowerThreshold = 1000000;
|
const int lowerThreshold = 1000000;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* DO NOT CHANGE ANYTHING BELOW THIS LINE
|
||||||
|
*/
|
||||||
|
|
||||||
string collectorState = "";
|
string collectorState = "";
|
||||||
|
|
||||||
List<IMyCargoContainer> oreContainers = new List<IMyCargoContainer>();
|
List<IMyCargoContainer> oreContainers = new List<IMyCargoContainer>();
|
Loading…
Reference in a new issue