ArtFileHandler.cs 297 B

1234567891011121314
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. namespace ShadowStudio.Model
  5. {
  6. /// <summary>
  7. /// 资源文件的帮助文件
  8. /// 检测文件的状态,下载,解压,展示
  9. /// </summary>
  10. public class ArtFileHandler
  11. {
  12. }
  13. }