mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 16:02:26 +08:00
8 lines
233 B
Go
8 lines
233 B
Go
package model
|
|
|
|
type VehicleInfo struct {
|
|
InVehicleEntityId uint32 // 玩家所在载具的实体Id
|
|
LastCreateTime int64 // 最后一次创建载具的时间
|
|
LastCreateEntityId uint32 // 最后一次创建载具的实体Id
|
|
}
|