@ -0,0 +1,5 @@
package pacmanGame;
public interface GhostBehavior {
public Vector2 GetDirection();
}