Package com.treasure.hunt.service.select
Class SelectionService
- java.lang.Object
-
- com.treasure.hunt.service.select.SelectionService
-
public class SelectionService extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SelectionService
getInstance()
void
handleClickEvent(javafx.scene.input.MouseEvent mouseEvent, PointTransformation transformation, GameManager gameManager)
-
-
-
Method Detail
-
getInstance
public static SelectionService getInstance()
-
handleClickEvent
public void handleClickEvent(javafx.scene.input.MouseEvent mouseEvent, PointTransformation transformation, GameManager gameManager)
-
-