mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-01-27 06:54:45 +00:00
9 lines
405 B
PHP
9 lines
405 B
PHP
//------------------------------------------------------------------------------
|
|
// initialise.cs
|
|
// Client Scripts Init
|
|
// Copright (c) 2012 The DarkDragonDX
|
|
//==============================================================================
|
|
exec("scripts/modScripts/client/clientFunctions.cs");
|
|
exec("scripts/modScripts/client/serverRequestHandler.cs");
|
|
exec("scripts/modScripts/client/RPGBrowserGUI.cs");
|