protected GridAnimatedBehaviour(char[,] world, Point start)
 {
     Grid = WorldHelper.GenerateGraphOfOpenSpaces(world, start);
 }