forgot to export make fn

This commit is contained in:
Paul Liverman III 2018-03-16 01:02:29 -07:00
parent 1c05bac30a
commit eab273a853
2 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,7 @@ return {
success = true,
running = running,
failure = false,
make = make,
Node = Node,
Decorator = Decorator,
Inverter = Inverter,

View File

@ -120,6 +120,8 @@ Random = (tab) ->
success: true
:running
failure: false
:make
:Node
:Decorator