initial framework added
[fp1415-soccerfun.git] / src / StdTeam / Buffer.dcl
1 definition module Buffer
2
3 /** This module implements a footballer who only runs in north-south direction on the
4 football field. This player can be used for assignments, such as the deep pass
5 assignments.
6
7 Developed by Wanja Krah.
8 */
9 import Footballer
10
11 buffer :: !FootballField !Home !Edge !FootballerID -> Footballer