mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-02-03 02:00:59 +00:00
10 lines
406 B
C#
10 lines
406 B
C#
//------------------------------------------------------------------------------
|
|
// 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");
|