[Package] Move GooseMod module wrappers to subdir, add some PC aliases

This commit is contained in:
Ducko 2021-04-04 13:25:18 +01:00 committed by Keanu
parent 8afaa882bd
commit 7b2d2def8a
Signed by: keanucode
GPG key ID: A7431C0D513CA93B
7 changed files with 10 additions and 6 deletions

View file

@ -0,0 +1 @@
module.exports = goosemodScope.logger;

View file

@ -0,0 +1 @@
module.exports = goosemodScope.patcher;

View file

@ -0,0 +1 @@
module.exports = goosemodScope.reactUtils;

View file

@ -0,0 +1 @@
module.exports = goosemodScope.settings;

View file

@ -0,0 +1 @@
module.exports = goosemodScope.showToast;

View file

@ -0,0 +1 @@
module.exports = goosemodScope.webpackModules;