Update hunterkiller-framework.md (#9026)

This commit is contained in:
PabstMirror 2022-09-08 14:20:11 -05:00 committed by GitHub
parent abd3e383fb
commit accba4dd34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ Each element is a tuple of a turret path and operating mode.
## 2. Configs ## 2. Configs
{% raw %}
```cpp ```cpp
class CfgVehicles { class CfgVehicles {
class MyTankA { class MyTankA {
@ -39,6 +40,7 @@ class CfgVehicles {
}; };
}; };
``` ```
{% endraw %}
## 2. Variables ## 2. Variables