mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed the model.cfg
This commit is contained in:
parent
6fe7b15832
commit
62fc0a90e6
@ -1,29 +0,0 @@
|
||||
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[]={};
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user