예제 #1
0
파일: pest.go 프로젝트: runningwild/magnus
func (*Sludge) ModifyBase(b stats.Base) stats.Base {
	b.Acc /= 2
	return b
}