This commit is contained in:
Josh Deprez 2021-09-21 12:51:26 +10:00
parent 64e46b2b65
commit 13ecdc901e

View file

@ -32,20 +32,20 @@ var (
// Behaviours lists all the behaviours that can be queried with Game.Query. // Behaviours lists all the behaviours that can be queried with Game.Query.
Behaviours = []reflect.Type{ Behaviours = []reflect.Type{
BoundingRecterType,
BoundingBoxerType, BoundingBoxerType,
BoundingRecterType,
ColliderType, ColliderType,
DisablerType, DisablerType,
DrawManagerType,
DrawerType,
DrawBoxerType, DrawBoxerType,
DrawerType,
DrawManagerType,
DrawOrdererType, DrawOrdererType,
HiderType, HiderType,
IdentifierType, IdentifierType,
LoaderType, LoaderType,
PrepperType, PrepperType,
ScannerType,
SaverType, SaverType,
ScannerType,
TransformerType, TransformerType,
UpdaterType, UpdaterType,
} }