Files
bl/logic/service/fight/input/ctx.go
2025-11-15 22:17:43 +00:00

13 lines
195 B
Go

package input
import "blazing/logic/service/fight/info"
type Ctx struct {
Our *Input //施加方
Opp *Input //被施加方
*info.SkillEntity //action本身
// *info.DamageZone //伤害
}