diff options
Diffstat (limited to 'client/map/tiles/floor_like.gd')
-rw-r--r-- | client/map/tiles/floor_like.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/tiles/floor_like.gd b/client/map/tiles/floor_like.gd index d3da5fe0..228a95e9 100644 --- a/client/map/tiles/floor_like.gd +++ b/client/map/tiles/floor_like.gd @@ -13,6 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # +@abstract class_name FloorLike extends Tile |