1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/Gatherer.gf
2005-05-12 16:12:03 +00:00

5 lines
138 B
Plaintext

abstract Gatherer = Paleolithic, Fish, Mushrooms ** {
fun
UseFish : Fish -> CN ;
UseMushroom : Mushroom -> CN ;
}