Merge pull request 'Allow two walls on same node' (#37) from wallsFix into develop

Reviewed-on: michele/Map#37
This commit is contained in:
michele 2021-02-04 09:59:04 +00:00
commit 5f7d48e149

View file

@ -1,11 +1,10 @@
namespace Sledgemapper.Shared.Entities
{
public class Wall : BaseMapEntity
{
public override string ToString()
{
return $"{X}_{Y}_{Rotation}";
}
}
}