注释优化

This commit is contained in:
kercylan98 2023-05-19 09:50:32 +08:00
parent 7306c0d8b6
commit 12dccb3c07
1 changed files with 1 additions and 1 deletions

View File

@ -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