PatchHelper, a tool to help you write patches (#182)

This commit is contained in:
Ven
2022-11-01 01:49:41 +01:00
committed by GitHub
parent 0c25278c59
commit 04d6f341ee
10 changed files with 394 additions and 43 deletions

View File

@ -16,6 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
export { default as PatchHelper } from "./PatchHelper";
export { default as PluginSettings } from "./PluginSettings";
export { default as Settings } from "./Settings";
export { default as Updater } from "./Updater";