From 6868144cd75335c02a670963c2a37f3970330809 Mon Sep 17 00:00:00 2001 From: SafeWinter Date: Thu, 3 Nov 2022 03:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=9F=A5=E7=9C=8B=E6=96=B9=E5=90=91=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=EF=BC=88directions=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d4de2..5f48399 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ - 放下物品:`drop [ [ ]]`:放下 `Item1`、`Item2` 和 `Item3`。`drop` 也可写为 `Drop`; - 前往某个方向:`go `:前往 `Direction1`。`go` 也可换作 `walk` 或 `Walk`; - 查看当前位置:`look`; -- 查看可以前往的方向:`dir | direction`; +- 查看可以前往的方向:`dir | directions`; - 查看拥有的物品:`inv | inventory`; - 结束游戏:`quit`。 \ No newline at end of file -- GitLab