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