Skip to content

Commit

Permalink
Actually add random
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan committed Nov 21, 2023
1 parent 5efc5b7 commit daa9857
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class State(parentState: State? = null) {
addNativeLibrary(RegexLib)
addNativeLibrary(PathLib)
addNativeLibrary(MathLib)
addNativeLibrary(RandomLib)

loaders.add(ResourceLoader)
loaders.add(NativeLoader(nativeLibraries))
Expand Down

0 comments on commit daa9857

Please sign in to comment.