small fixes

This commit is contained in:
2023-06-29 13:24:21 +03:00
parent 7510e69eb8
commit e8b52c1062
10 changed files with 116 additions and 90 deletions
@@ -0,0 +1,4 @@
public interface IMapElement
{
void Hit();
}