mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 12:12:26 +08:00
耐力模块细节优化
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"hk4e/protocol/proto"
|
||||
)
|
||||
import "hk4e/protocol/proto"
|
||||
|
||||
type StaminaInfo struct {
|
||||
PrevState proto.MotionState
|
||||
PrevPos *Vector
|
||||
CurState proto.MotionState
|
||||
CurPos *Vector
|
||||
RestoreDelay uint8
|
||||
State proto.MotionState // 动作状态
|
||||
Cost int32 // 消耗或恢复的耐力
|
||||
RestoreDelay uint8 // 恢复延迟
|
||||
|
||||
PrevPos *Vector
|
||||
CurPos *Vector
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user