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