Structuring and small changes

This commit is contained in:
Firq 2023-03-01 19:04:29 +01:00
parent e9f360305b
commit 65a2557892
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -1,5 +1,14 @@
/** CUSTOMIZE HERE
* Set the thresholds here
*/
const int upperThreshold = 25000000;
const int lowerThreshold = 1000000;
/**
* DO NOT CHANGE ANYTHING BELOW THIS LINE
*/
string collectorState = "";
List<IMyCargoContainer> oreContainers = new List<IMyCargoContainer>();