Skip to content

Commit

Permalink
expose variable class
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 authored Dec 28, 2024
1 parent e0d5c0f commit 9b86056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/virtual-machine.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class VirtualMachine extends EventEmitter {
loadSound,
Blocks,
StageLayering,
Variable,
Thread: require('./engine/thread.js'),
execute: require('./engine/execute.js')
};
Expand Down

0 comments on commit 9b86056

Please sign in to comment.