Merge branch 'experimental' of https://github.com/EpochModTeam/Epoch into experimental

This commit is contained in:
vbawol 2016-06-12 08:30:07 -05:00
commit a381d283a2
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[
profileNamespace getVariable "gui_bcg_rgb_r",
profileNamespace getVariable "gui_bcg_rgb_g",
profileNamespace getVariable "gui_bcg_rgb_b",
profileNamespace getVariable "gui_bcg_rgb_a"
]

View File

@ -167,6 +167,7 @@ class CfgClientFunctions
class secureStorageHandler {}; class secureStorageHandler {};
class dynamicText {}; class dynamicText {};
class genderSelection {}; class genderSelection {};
class getColorScheme {};
}; };
class config { class config {