diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/loadPriority.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/loadPriority.js b/src/components/loadPriority.js new file mode 100644 index 0000000..35c3887 --- /dev/null +++ b/src/components/loadPriority.js @@ -0,0 +1 @@ +game.components.LoadPriority = ({priority}) => game.Component('loadPriority', {priority});
\ No newline at end of file |