mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
11 lines
157 B
C++
11 lines
157 B
C++
class ItemRadio : ItemCore
|
|
{
|
|
class ItemActions
|
|
{
|
|
class Groups
|
|
{
|
|
text = $STR_EPOCH_GROUPS_KEY;
|
|
script = "spawn dayz_openGroupDialog;";
|
|
};
|
|
};
|
|
}; |