package com.jonathan.survivor.entity; /* * Marker interface for GameObjects that, when clicked, the player will move towards it. */ public interface Clickable { }