aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS Decypter/Paths.vb
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-05-11 20:17:23 -0400
committerAlee14 <Alee14498@gmail.com>2018-05-11 20:17:23 -0400
commitec46ad8eefbf0f72d3d3476bd4862b5d119ec595 (patch)
tree3ac57ef29485dfbe6f67f643620b335d877f00c9 /ShiftOS Decypter/Paths.vb
downloadShiftOS-Hack-Client-ec46ad8eefbf0f72d3d3476bd4862b5d119ec595.tar.gz
ShiftOS-Hack-Client-ec46ad8eefbf0f72d3d3476bd4862b5d119ec595.tar.bz2
ShiftOS-Hack-Client-ec46ad8eefbf0f72d3d3476bd4862b5d119ec595.zip
Inital Commit
Diffstat (limited to 'ShiftOS Decypter/Paths.vb')
-rw-r--r--ShiftOS Decypter/Paths.vb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS Decypter/Paths.vb b/ShiftOS Decypter/Paths.vb
new file mode 100644
index 0000000..b25f961
--- /dev/null
+++ b/ShiftOS Decypter/Paths.vb
@@ -0,0 +1,4 @@
+Module Paths
+ Public root As String = "C:\ShiftOS\"
+ Public savedata As String = root & "Shiftum42\"
+End Module