mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
30 lines
419 B
INI
30 lines
419 B
INI
|
class CfgModels
|
||
|
{
|
||
|
class Default
|
||
|
{
|
||
|
sectionsInherit="";
|
||
|
sections[]={};
|
||
|
skeletonName="";
|
||
|
};
|
||
|
class ACE_HuntIR: Default
|
||
|
{
|
||
|
sectionsInherit="Default";
|
||
|
sections[]={};
|
||
|
skeletonName="ACE_HuntIR_Skeleton";
|
||
|
};
|
||
|
};
|
||
|
class CfgSkeletons
|
||
|
{
|
||
|
class Default
|
||
|
{
|
||
|
isDiscrete=1;
|
||
|
skeletonInherit="";
|
||
|
skeletonBones[]={};
|
||
|
};
|
||
|
class ACE_HuntIR_Skeleton: Default
|
||
|
{
|
||
|
skeletonInherit="Default";
|
||
|
skeletonBones[]={};
|
||
|
};
|
||
|
};
|