完善十子棋功能

This commit is contained in:
2024-10-16 19:30:07 +08:00
parent 7986bb1c9b
commit 411876b377
5 changed files with 184 additions and 49 deletions
+6
View File
@@ -0,0 +1,6 @@
package models
type GameMessage struct {
UserID string `json:"user_id"`
Pos int `json:"pos"`
}