From 12dccb3c07b22fe9cae42799681c958da161dab6 Mon Sep 17 00:00:00 2001 From: kercylan98 Date: Fri, 19 May 2023 09:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/room.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/room.go b/game/room.go index 9c7a18a..275ad8b 100644 --- a/game/room.go +++ b/game/room.go @@ -4,7 +4,7 @@ import ( "github.com/kercylan98/minotaur/utils/hash" ) -// Room 房间类似于简版的游戏世界,不过没有游戏实体 +// Room 房间类似于简版的游戏世界(World),不过没有游戏实体 type Room[PlayerID comparable, P Player[PlayerID]] interface { // GetGuid 获取房间的唯一标识符 GetGuid() int64