This commit is contained in:
commy2 2015-03-26 15:19:13 +01:00
parent 20dd8f34fc
commit cf2b7d3bfb

View File

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