aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/Functions/InGame/ROMs
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-24 22:51:51 +0700
committerEverythingWindows <[email protected]>2022-11-24 22:51:51 +0700
commitfb1e91c76bda9662305b3025ea3e6a9d72c9fe0b (patch)
tree54e664674cf55f0764a178bc6d3456591a925b0e /ShiftOS-TheRevival/Functions/InGame/ROMs
parent9754f495672581abd7098c39027b512525b5f9ab (diff)
downloadshiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.tar.gz
shiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.tar.bz2
shiftos-therevival-old-fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b.zip
rough 0.2.7
Diffstat (limited to 'ShiftOS-TheRevival/Functions/InGame/ROMs')
-rw-r--r--ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb b/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb
new file mode 100644
index 0000000..0ee26e4
--- /dev/null
+++ b/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb
@@ -0,0 +1,4 @@
+Public Class GUISCustomizations
+ 'Desktop Stuff
+ Public Shared DesktopColor As Color
+End Class