技能开始耐力消耗异常解决

This commit is contained in:
UnKownOwO
2022-12-17 13:22:15 +08:00
parent b6fa1f6b83
commit d337799fd8
2 changed files with 17 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ type StaminaInfo struct {
LastCasterId uint32 // 最后释放技能者的Id
LastSkillId uint32 // 最后释放的技能Id
LastSkillTime int64 // 最后释放技能的时间
LastSkillStartTime int64 // 最后执行开始技能耐力消耗的时间
}
// SetStaminaCost 设置动作需要消耗的耐力