mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 08:55:31 +01:00
go fmt
This commit is contained in:
@@ -6,8 +6,8 @@ import (
|
||||
)
|
||||
|
||||
// MsgSysPositionObject represents the MSG_SYS_POSITION_OBJECT
|
||||
type MsgSysPositionObject struct{
|
||||
ObjID uint32
|
||||
type MsgSysPositionObject struct {
|
||||
ObjID uint32
|
||||
X, Y, Z float32
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ func (m *MsgSysPositionObject) Build(bf *byteframe.ByteFrame) error {
|
||||
bf.WriteFloat32(m.Y)
|
||||
bf.WriteFloat32(m.Z)
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user