2012-07-27 21:22:05 +00:00
|
|
|
//------------------------------------------------------------------------------
|
2012-07-28 14:56:45 +00:00
|
|
|
// initialise.cs
|
2012-07-27 21:22:05 +00:00
|
|
|
// Client Scripts Init
|
2012-07-28 14:56:45 +00:00
|
|
|
// Copright (c) 2012 The DarkDragonDX
|
2012-07-27 21:22:05 +00:00
|
|
|
//==============================================================================
|
|
|
|
|
exec("scripts/modScripts/client/clientFunctions.cs");
|
|
|
|
|
exec("scripts/modScripts/client/serverRequestHandler.cs");
|
2016-03-17 06:38:58 +00:00
|
|
|
exec("scripts/modScripts/client/RPGBrowserGUI.cs");
|