Example #1
0
 internal void PlayerPostThink(Edict.Native *pEntity)
 {
     try
     {
         GameClients.PostThink(EntityDictionary.EdictFromNative(pEntity));
     }
     catch (Exception e)
     {
         Log.Exception(e);
         throw;
     }
 }