Skip to content
Snippets Groups Projects
Commit e8cde012 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

javadoc

parent 35ae5573
No related branches found
No related tags found
No related merge requests found
Pipeline #6500 failed
......@@ -140,6 +140,10 @@ public class Settler extends Entity {
return portals;
}
/**
* A telepes lép
*/
public void move() {
Visitable v = asteroid.getNeighbours().get(0); // majd GUI stuff lesz itt
v.visitedBy(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment