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