Hello everyone,
Title is pretty self-explanatory; I'm working on adding close and roll to my hotel but I get a stack overflow exception error when trying :close in the hotel.
https://imgur.com/5izWdgx
I added this to GameMap.cs
public static bool TilesTouching(Point p1, Point p2)
{...