package effects const BuffPassWall = "pass_wall" type PassWall struct {} func (PassWall) Type() string { return BuffPassWall }