Ejemplo n.º 1
0
 public virtual ICollection <IFilable> GetAllAssets()
 {
     return(Sprites.Cast <IFilable>().ToList());
 }