remove unused export.
This commit is contained in:
parent
ca608a2b8c
commit
094369460b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export function create (...args) {
|
|||
return enemy;
|
||||
}
|
||||
|
||||
export function set_behaviour (enemy, behaviour, params) {
|
||||
function set_behaviour (enemy, behaviour, params) {
|
||||
behaviours.init(enemy, behaviour, params);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue