mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-01-20 19:44:48 +00:00
11 lines
412 B
C#
11 lines
412 B
C#
//------------------------------------------------------------------------------
|
|
// initialise.cs
|
|
// Shared Functions for T2Bol
|
|
// Copyright (c) 2012 The DarkDragonDX
|
|
//==============================================================================
|
|
exec("scripts/modScripts/shared/StringFunctions.cs");
|
|
exec("scripts/modScripts/shared/fileProcessing.cs");
|
|
exec("scripts/modScripts/shared/basicDataStorage.cs");
|
|
|
|
|