more private array updates

This commit is contained in:
vbawol
2013-05-26 19:37:39 -05:00
parent 59905c1d18
commit e563e8a848
13 changed files with 32 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
private[];
private ["_unit","_variable","_change"];
_unit = _this select 0;
_variable = _this select 1;
_change = _this select 2;