Exemplo n.º 1
0
 protected void Snd(byte type, uLink.NetworkMessageInfo info)
 {
     try
     {
         InterpTimedEvent.Queue(this, "SOUND", ref info, new object[] { (int)type });
     }
     catch (Exception exception)
     {
         Debug.LogException(exception);
         Debug.LogWarning("Running emergency dump because of previous exception in Snd", this);
         InterpTimedEvent.EMERGENCY_DUMP(true);
     }
 }