From 239571e3408a3187953bef1dd5d516461bad0e31 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Thu, 7 Nov 2024 22:52:25 +0200 Subject: Added turns, time limits and turn order randomization (feature/bug?) --- src/main/scala/Model/Item.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/scala/Model/Item.scala') 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.) -- cgit v1.2.3