Exemplo n.º 1
0
 // see Hv_heavy_AudioLib.Event for definitions
 public void SendEvent(Hv_heavy_AudioLib.Event e)
 {
     if (IsInstantiated())
     {
         _context.SendBangToReceiver((uint)e);
     }
 }