T2-BoL/scripts/modScripts/client/initialize.cs
Robert MacGregor c4114d5c6d Dear God why did I ever use Tribal IDE!
Fixed tabbing and made the code cleaner and not so hard to read.
2012-07-28 10:56:45 -04:00

8 lines
353 B
C#

//------------------------------------------------------------------------------
// initialise.cs
// Client Scripts Init
// Copright (c) 2012 The DarkDragonDX
//==============================================================================
exec("scripts/modScripts/client/clientFunctions.cs");
exec("scripts/modScripts/client/serverRequestHandler.cs");