1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Added missing include

This commit is contained in:
Glowbal 2015-02-13 22:58:48 +01:00
parent 4896198ec2
commit 4441b7d0a5

@ -17,6 +17,7 @@
* Public: No
*/
#include "script_component.hpp"
private ["_unit","_selectionName","_amountOfDamage","_sourceOfDamage","_typeOfProjectile","_typeOfDamage"];
_unit = _this select 0;