Exemplo n.º 1
0
 internal byte PM_FindTextureType(string name)
 {
     try
     {
         return(PlayerPhysics.FindTextureType(name));
     }
     catch (Exception e)
     {
         Log.Exception(e);
         throw;
     }
 }