1 package se
.umu
.cs
.dit06ajnajs
.level
;
3 import se
.umu
.cs
.dit06ajnajs
.agent
.Unit
;
6 * Interface Traversable contains method for manipulate a unit
7 * @author Anton Johansson (dit06ajn@cs.umu.se)
10 public interface Traversable
{
12 * Manipulates the unit provided
13 * @param unit The unit provided
15 public void landOn(Unit unit
);