fix: linter

This commit is contained in:
2026-03-25 13:20:38 +03:00
parent 9bda871e7c
commit 433afeaaa3
2 changed files with 8 additions and 23 deletions
+7 -7
View File
@@ -15,14 +15,14 @@ const (
)
type MoveMessage struct {
Position Vector3
Velocity [3]float32
Waypoints []Vector3
Position Vector3
Velocity [3]float32
Waypoints []Vector3
PlayerID uint32
Active bool
Visible bool
Ghost bool
Name string
Active bool
Visible bool
Ghost bool
Name string
}
type SpawnMessage struct {