1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
This commit is contained in:
commy2 2015-03-26 15:19:13 +01:00
parent 20dd8f34fc
commit cf2b7d3bfb

@ -1,7 +1,7 @@
// by commy2
#include "script_component.hpp"
private "_unit";
private ["_unit", "_firer", "_damage"];
_unit = _this select 0;
_firer = _this select 1;