mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-01-20 03:24:47 +00:00
12 lines
457 B
C#
12 lines
457 B
C#
//------------------------------------------------------------------------------
|
|
// initialise.cs
|
|
// Shared Functions for T2Bol
|
|
// Copyright (c) 2012 The DarkDragonDX
|
|
//==============================================================================
|
|
exec("scripts/modScripts/shared/Array.cs");
|
|
exec("scripts/modScripts/shared/stringProcessing.cs");
|
|
exec("scripts/modScripts/shared/fileProcessing.cs");
|
|
exec("scripts/modScripts/shared/basicDataStorage.cs");
|
|
|
|
|