Ejemplo n.º 1
0
 internal void ClientCommand(Edict.Native *pEntity)
 {
     try
     {
         GameClients.Command(EntityDictionary.EdictFromNative(pEntity), new Command(ServerAPIUtils.ArgsAsList(EngineFuncs)));
     }
     catch (Exception e)
     {
         Log.Exception(e);
         throw;
     }
 }