This commit is contained in:
Smile Rex
2026-01-22 10:01:15 +03:00
parent 12e789b22e
commit b7d33889fd
7 changed files with 34 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
package main
type InputMessage struct {
PlayerID string
PlayerID int64
DX float64 `json:"dx"`
DY float64 `json:"dy"`
}