diff --git a/config/stub.txt b/config/stub.txt index 3c6809c..8423097 100644 --- a/config/stub.txt +++ b/config/stub.txt @@ -2,9 +2,9 @@ read width:int height:int gameloop read myMatter:int oppMatter:int - loop height loop width read scrapAmount:int owner:int units:int recycler:int canBuild:int canSpawn:int inRangeOfRecycler:int + loop height loop width read scrapAmount:int owner:int units:int recycler:bool canBuild:bool canSpawn:bool inRangeOfRecycler:bool write WAIT INPUT owner: 1 = me, 0 = foe, -1 = neutral -recyclerOwner: 1 = mine, 0 = foe's, -1 = absent \ No newline at end of file +recyclerOwner: 1 = mine, 0 = foe's, -1 = absent