aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/Model/Item.scala
diff options
context:
space:
mode:
authorJoel Kronqvist <joel.kronqvist@iki.fi>2024-11-07 22:52:25 +0200
committerJoel Kronqvist <joel.kronqvist@iki.fi>2024-11-07 22:52:25 +0200
commit239571e3408a3187953bef1dd5d516461bad0e31 (patch)
tree67c062a635affc90c08a92ac61adfed2445985d8 /src/main/scala/Model/Item.scala
parentdef8975617e5c6da431e41cc889d167b0f2e2bb0 (diff)
downloadscalevalapokalypsi-239571e3408a3187953bef1dd5d516461bad0e31.tar.gz
scalevalapokalypsi-239571e3408a3187953bef1dd5d516461bad0e31.zip
Added turns, time limits and turn order randomization (feature/bug?)
Diffstat (limited to 'src/main/scala/Model/Item.scala')
-rw-r--r--src/main/scala/Model/Item.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/scala/Model/Item.scala b/src/main/scala/Model/Item.scala
index 3809561..229828d 100644
--- a/src/main/scala/Model/Item.scala
+++ b/src/main/scala/Model/Item.scala
@@ -1,5 +1,7 @@
package o1game.Model
+import scala.annotation.targetName
+
/** The class `Item` represents items in a text adventure game. Each item has a name
* and a longer description. (In later versions of the adventure game, items may
* have other features as well.)