mirror of
https://github.com/TangentFoxy/Behave.git
synced 2024-11-15 11:04:21 +00:00
forgot to export make fn
This commit is contained in:
parent
1c05bac30a
commit
eab273a853
@ -163,6 +163,7 @@ return {
|
|||||||
success = true,
|
success = true,
|
||||||
running = running,
|
running = running,
|
||||||
failure = false,
|
failure = false,
|
||||||
|
make = make,
|
||||||
Node = Node,
|
Node = Node,
|
||||||
Decorator = Decorator,
|
Decorator = Decorator,
|
||||||
Inverter = Inverter,
|
Inverter = Inverter,
|
||||||
|
@ -120,6 +120,8 @@ Random = (tab) ->
|
|||||||
success: true
|
success: true
|
||||||
:running
|
:running
|
||||||
failure: false
|
failure: false
|
||||||
|
|
||||||
|
:make
|
||||||
:Node
|
:Node
|
||||||
|
|
||||||
:Decorator
|
:Decorator
|
||||||
|
Loading…
Reference in New Issue
Block a user