Improve chase crit searching
This commit is contained in:
@@ -6,8 +6,9 @@ import Geometry.Data
|
||||
|
||||
import Control.Lens
|
||||
|
||||
newtype Memory = Memory
|
||||
data Memory = Memory
|
||||
{ _soundsToInvestigate :: [Point2]
|
||||
, _nodesSearched :: [Int]
|
||||
}
|
||||
|
||||
makeLenses ''Memory
|
||||
|
||||
Reference in New Issue
Block a user