TexeL

Untitled

Aug 10th, 2013
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. var reader = new ByteReader(asset);
  2.  
  3.         reader.ReadDictionary().ToList().ForEach(x =>
  4.             {
  5.                 try
  6.                 {
  7.                     mDictionary.Add(x.Key, x.Value);
  8.                 }
  9.                 catch (Exception e)
  10.                 {
  11.                     Debug.LogWarning(e);
  12.                 }
  13.  
  14.             });
Advertisement
Add Comment
Please, Sign In to add comment