Files
bl/logic/service/fight/input/ctx.go

13 lines
176 B
Go
Raw Normal View History

2025-09-28 08:13:42 +00:00
package input
import (
"blazing/logic/service/fight/info"
)
type Ctx struct {
*Input //施加方
*info.SkillEntity //action本身
*info.DamageZone //伤害
2025-09-28 08:13:42 +00:00
}