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