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

15 lines
200 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 {
Our *Input //施加方
Opp *Input //被施加方
*info.SkillEntity //action本身
// *info.DamageZone //伤害
2025-09-28 08:13:42 +00:00
}