Allow two walls on same node
This commit is contained in:
parent
87380b1a18
commit
3bcfa82fad
@ -1,11 +1,10 @@
|
||||
namespace Sledgemapper.Shared.Entities
|
||||
{
|
||||
|
||||
|
||||
public class Wall :BaseMapEntity
|
||||
public class Wall : BaseMapEntity
|
||||
{
|
||||
|
||||
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{X}_{Y}_{Rotation}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user