예제 #1
0
 public void sound(edict_t ent, int channel, int soundindex, float volume, float attenuation, float timeofs)
 {
     SV_GAME.PF_StartSound(ent, channel, soundindex, volume, attenuation, timeofs);
 }