mirror of
https://github.com/NRZ7/modChecker---Exile-version.git
synced 2024-08-30 17:32:11 +00:00
12 lines
221 B
C++
12 lines
221 B
C++
|
class CfgXM8
|
||
|
{
|
||
|
extraApps[] = {"modChecker"};
|
||
|
|
||
|
class modChecker
|
||
|
{
|
||
|
title = "Mod Checker";
|
||
|
logo = "addons\modChecker\modChecker.paa";
|
||
|
quickFunction = "[] execVM 'addons\modChecker\modChecker.sqf'";
|
||
|
|
||
|
};
|
||
|
};
|