Merge pull request 'Allow two walls on same node' (#37) from wallsFix into develop
Reviewed-on: michele/Map#37
This commit is contained in:
commit
5f7d48e149
1 changed files with 5 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue