예제 #1
0
 internal void CvarValue2(Edict.Native *pEnt, int requestID, string cvarName, string value)
 {
     try
     {
         ServerInterface.CvarValue2(EntityDictionary.EdictFromNative(pEnt), requestID, cvarName, value);
     }
     catch (Exception e)
     {
         Log.Exception(e);
         throw;
     }
 }