Example #1
0
 public override void Load(byte[] data)
 {
     TextureDictionary = new TextureDictionary();
     TextureDictionary.Read(new BinaryReader(new MemoryStream(data)), null);
 }