Files
Gnome-s-Bounty/Assets/Scripts/MapElements/IMapElement.cs
T
2023-06-29 13:24:21 +03:00

4 lines
51 B
C#

public interface IMapElement
{
void Hit();
}