dev menu, buffs

This commit is contained in:
anton.gurov
2019-11-12 15:57:20 +03:00
parent 7837051e80
commit 6197e3be8e
9 changed files with 94 additions and 76 deletions

9
effects/buffs.go Normal file
View File

@ -0,0 +1,9 @@
package effects
const BuffPassWall = "pass_wall"
type PassWall struct {}
func (PassWall) Type() string {
return BuffPassWall
}