mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-01-20 03:24:47 +00:00
9 lines
405 B
C#
9 lines
405 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");
|