From 6accfc8d22f8873040f347abaf45e9008686a203 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Mon, 6 Dec 2021 16:29:41 +0800 Subject: Make a utils thing at allows for human readable mappings --- mappings/mappingsTest.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mappings/mappingsTest.js (limited to 'mappings/mappingsTest.js') diff --git a/mappings/mappingsTest.js b/mappings/mappingsTest.js new file mode 100644 index 0000000..67de8e1 --- /dev/null +++ b/mappings/mappingsTest.js @@ -0,0 +1,3 @@ +import { m, f } from "./mappings"; + +m.color.GlStateManager \ No newline at end of file -- cgit