mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-03-06 22:10:22 +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");
|
||
|
|
|
||
|
|
|