mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-30 01:02:49 +03:00
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
private ["_unit","_variable","_change"];
|
|
_unit = _this select 0;
|
|
_variable = _this select 1;
|
|
_change = _this select 2; |