forked from GitHub/gf-core
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
abstract Gatherer = Paleolithic, Fish, Mushrooms ** {
|
|
fun
|
|
UseFish : Fish -> CN ;
|
|
UseMushroom : Mushroom -> CN ;
|
|
} |