帧同步示例补充注释

This commit is contained in:
kercylan98 2023-05-19 15:55:53 +08:00
parent 7bd9f904fc
commit 11fd51ba43
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ type Command struct {
Data string
}
// 访问http://www.websocket-test.com/
// - 使用多个页面连接到服务器后任一页面发送start即可开启帧同步
func main() {
players := synchronization.NewMap[string, *Player]()