Allow two walls on same node
This commit is contained in:
parent
87380b1a18
commit
3bcfa82fad
1 changed files with 5 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
||||||
namespace Sledgemapper.Shared.Entities
|
namespace Sledgemapper.Shared.Entities
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
public class Wall : BaseMapEntity
|
public class Wall : BaseMapEntity
|
||||||
{
|
{
|
||||||
|
public override string ToString()
|
||||||
|
{
|
||||||
|
return $"{X}_{Y}_{Rotation}";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue