ACE3/addons/refuel/data/hose.cfg
Samuel Deutsch 7a64ccb7a5
Refuel - Improved fuel hose texture (#8983)
* Added custom fuel hose

* Fixed indentation

* Added model config for hose

* Added model config for hose
2022-08-17 13:00:54 +02:00

7 lines
132 B
INI

class CfgModels {
class hose {
sectionsInherit = "";
sections[] = {"rope"};
skeletonName = "";
};
};