mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
overheating framework - update
forgot a lil' bit, fixed
This commit is contained in:
parent
0a012f94f8
commit
36f9ffd5dc
@ -12,7 +12,7 @@ parent: wiki
|
||||
```c++
|
||||
class CfgWeapons {
|
||||
|
||||
class Rifle_Long_Base_F;
|
||||
class Rifle_Long_Base_F; // base class for LMGs and MMGs
|
||||
class your_MMG: Rifle_Long_Base_F {
|
||||
|
||||
// Dispersion, SlowdownFactor and JamChance arrays have 4 values for different temperatures, which are interpolated between.
|
||||
|
Loading…
Reference in New Issue
Block a user