go_dreamfactory/modules/battle/fight/buff/buffbase.go
2022-10-12 10:13:04 +08:00

6 lines
52 B
Go

package buff
//基础buff
type BuffBase struct {
}