mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-01-21 20:14:51 +00:00
1 line
614 B
PHP
1 line
614 B
PHP
//------------------------------------------------------------------------------
|
|
// initialise.cs
|
|
// Code executed by scripts/RPGGame.cs to load up any BoL specific components.
|
|
// Copyright (c) 2012 Robert MacGregor
|
|
//==============================================================================
|
|
|
|
exec("scripts/ModScripts/Server/RPG/ClientFunctions.cs");
|
|
exec("scripts/ModScripts/Server/RPG/GameTriggers.cs");
|
|
exec("scripts/ModScripts/Server/RPG/PDA.cs");
|
|
|
|
exec("scripts/ModScripts/Server/RPG/RangedVoice.cs");
|
|
exec("scripts/ModScripts/Server/RPG/RadioChat.cs");
|
|
exec("scripts/ModScripts/Server/RPG/Interact.cs"); |