Пример #1
0
 public Sprite LoadSprite(string path, int width, int height)
 {
     return(FileHelper.ReadToSprite(path, width, height));
 }