mirror of
https://github.com/Tribes2-SCP/AssetCompat.git
synced 2026-01-25 07:04:48 +00:00
11 lines
450 B
C#
11 lines
450 B
C#
|
|
//------------------------------------------------------------------------------
|
||
|
|
// scriptCompat.cs
|
||
|
|
//
|
||
|
|
// Tribes 2 script compatability layer for Torque3D. This compatability
|
||
|
|
// layer helps Tribes 2 scripts run on the Torque3D engine via various
|
||
|
|
// Torque Script & engine declared functions that implement missing
|
||
|
|
// functionality.
|
||
|
|
//------------------------------------------------------------------------------
|
||
|
|
|
||
|
|
exec("scripts/playerFunctions.cs");
|