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 = []reflect.Type{
BoundingRecterType,
BoundingBoxerType,
BoundingRecterType,
ColliderType,
DisablerType,
DrawManagerType,
DrawerType,
DrawBoxerType,
DrawerType,
DrawManagerType,
DrawOrdererType,
HiderType,
IdentifierType,
LoaderType,
PrepperType,
ScannerType,
SaverType,
ScannerType,
TransformerType,
UpdaterType,
}