soundonvehicle.c 125 B

12345678
  1. class SoundOnVehicle extends Entity
  2. {
  3. proto native float GetSoundLength();
  4. };
  5. class SoundWaveOnVehicle extends Entity
  6. {
  7. };