aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS-TheRevival/Functions/InGame/ROMs/GUISCustomizations.vb')
-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