fix(fight): 战斗修改

This commit is contained in:
1
2025-11-11 05:54:24 +00:00
parent c6e0d84c1d
commit 65758c799e
44 changed files with 656 additions and 731 deletions

View File

@@ -5,8 +5,10 @@ import (
)
type Ctx struct {
*Input //施加方
*info.SkillEntity //action本身
Our *Input //施加方
Opp *Input //被施加方
*info.SkillEntity //action本身
*info.DamageZone //伤害
}