mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
26 lines
492 B
C++
26 lines
492 B
C++
/*
|
|
Author: Niklas Wagner - EpochMod.com
|
|
|
|
Contributors:
|
|
|
|
Description:
|
|
Epoch Inrto config
|
|
|
|
Licence:
|
|
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
|
|
|
|
Github:
|
|
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgMissions.hpp
|
|
*/
|
|
|
|
class CfgMissions
|
|
{
|
|
class Cutscenes
|
|
{
|
|
class Epoch_Intro
|
|
{
|
|
directory = "x\addons\a3_epoch_config\scenes\Epoch_Intro.Altis";
|
|
};
|
|
};
|
|
};
|