aboutsummaryrefslogtreecommitdiff
path: root/src/scalevalapokalypsi/Client/Turn.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalevalapokalypsi/Client/Turn.scala')
-rw-r--r--src/scalevalapokalypsi/Client/Turn.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scalevalapokalypsi/Client/Turn.scala b/src/scalevalapokalypsi/Client/Turn.scala
index 30101c5..02fe11b 100644
--- a/src/scalevalapokalypsi/Client/Turn.scala
+++ b/src/scalevalapokalypsi/Client/Turn.scala
@@ -4,7 +4,7 @@ package scalevalapokalypsi.Client
* This class exists essentially so that the client has somewhere
* to store data about turns and something to format that data with.
*/
-class Turn:
+class RoomState:
/** Description of the area the player controlled by the client is in
* at the end of the turn. */
@@ -29,4 +29,4 @@ class Turn:
(s"$areaDescription\n$directionDesc\n" +
s"\n$itemDesc\n$entityDesc")
-end Turn
+end RoomState