Ejemplo n.º 1
0
 private void AddContentToTextures(IDictionary <string, string> paths)
 {
     foreach (var kv in paths)
     {
         Textures.AddAsset(kv.Key, kv.Value);
     }
 }