mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
10 lines
175 B
C++
10 lines
175 B
C++
class CfgVoice
|
|
{
|
|
class NoVoice
|
|
{
|
|
protocol = "RadioProtocolBase";
|
|
variants[] = {1};
|
|
directories[] = {"",""};
|
|
identityTypes[] = {"Default","Zombie1","Zombie2"};
|
|
};
|
|
}; |