Cleanup: broken pathfinding
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
module Dodge.Placement.Instance
|
||||
( module Dodge.Placement.Instance.Door
|
||||
, module Dodge.Placement.Instance.LightSource
|
||||
, module Dodge.Placement.Instance.Wall
|
||||
, module Dodge.Placement.Instance.Button
|
||||
, module Dodge.Placement.Instance.Turret
|
||||
, module Dodge.Placement.Instance.Sensor
|
||||
, module Dodge.Placement.Instance.Creature
|
||||
)
|
||||
where
|
||||
import Dodge.Placement.Instance.Door
|
||||
import Dodge.Placement.Instance.LightSource
|
||||
import Dodge.Placement.Instance.Wall
|
||||
import Dodge.Placement.Instance.Button
|
||||
import Dodge.Placement.Instance.Turret
|
||||
import Dodge.Placement.Instance.Sensor
|
||||
import Dodge.Placement.Instance.Creature
|
||||
Reference in New Issue
Block a user