Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
baseradio.c
Go to the documentation of this file.
1 class BaseRadio extends TransmitterBase
2 {
3  void BaseRadio()
4  {
5  SOUND_RADIO_TURNED_ON = "baseradio_staticnoise_SoundSet";
6  }
7 }
TransmitterBase
Definition: baseradio.c:1