go_dreamfactory/modules/battle/fight/fightrole.go
2022-09-08 17:25:12 +08:00

8 lines
128 B
Go

package fight
import "go_dreamfactory/modules/battle/fight/component"
type FightRole struct {
Data component.FightRoleData
}