mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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; |