added bridges

This commit is contained in:
2023-06-27 19:14:42 +03:00
parent a535789530
commit b4c6170fa4
17 changed files with 554 additions and 182 deletions
@@ -0,0 +1,4 @@
public interface IMapElement
{
MapElementType ElementType { get; }
}