fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
type InputMessage struct {
|
||||
PlayerID string
|
||||
PlayerID int64
|
||||
DX float64 `json:"dx"`
|
||||
DY float64 `json:"dy"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user