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,
|
||||
running = running,
|
||||
failure = false,
|
||||
make = make,
|
||||
Node = Node,
|
||||
Decorator = Decorator,
|
||||
Inverter = Inverter,
|
||||
|
@ -120,6 +120,8 @@ Random = (tab) ->
|
||||
success: true
|
||||
:running
|
||||
failure: false
|
||||
|
||||
:make
|
||||
:Node
|
||||
|
||||
:Decorator
|
||||
|
Loading…
Reference in New Issue
Block a user