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