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

13 lines
195 B
Go
Raw Normal View History

2025-09-28 08:13:42 +00:00
package input
2025-11-15 22:17:43 +00:00
import "blazing/logic/service/fight/info"
2025-09-28 08:13:42 +00:00
type Ctx struct {
Our *Input //施加方
Opp *Input //被施加方
*info.SkillEntity //action本身
// *info.DamageZone //伤害
2025-09-28 08:13:42 +00:00
}