interface

This commit is contained in:
Josh Deprez 2021-09-01 09:52:40 +10:00
parent 6155e64c60
commit 77435b7c20
2 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ var _ interface {
Drawer
ParallaxScaler
Scanner
Transformer
} = &Billboard{}
func init() {

View file

@ -18,6 +18,8 @@ var (
Disabler
Hider
Prepper
Scanner
Transformer
} = &WallUnit{}
)