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