summaryrefslogtreecommitdiff
path: root/doc/tutorial/GathererEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/GathererEng.gf')
-rw-r--r--doc/tutorial/GathererEng.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tutorial/GathererEng.gf b/doc/tutorial/GathererEng.gf
new file mode 100644
index 000000000..3dfc7c8fd
--- /dev/null
+++ b/doc/tutorial/GathererEng.gf
@@ -0,0 +1,5 @@
+concrete GathererEng of Gatherer = PaleolithicEng, FishEng, MushroomsEng ** {
+ lin
+ UseFish x = x ;
+ UseMushroom x = x ;
+}