耐力模块消耗以及恢复

This commit is contained in:
UnKownOwO
2022-11-29 22:18:07 +08:00
parent 40e7dbcffd
commit f70a890338
3 changed files with 61 additions and 25 deletions

View File

@@ -5,8 +5,9 @@ import (
)
type StaminaInfo struct {
PrevState proto.MotionState
PrevPos *Vector
CurState proto.MotionState
CurPos *Vector
PrevState proto.MotionState
PrevPos *Vector
CurState proto.MotionState
CurPos *Vector
RestoreDelay uint8
}