cleanup
This commit is contained in:
parent
64e46b2b65
commit
13ecdc901e
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue