Cleanups and xmldoc additions

This commit is contained in:
Dean Herbert
2018-02-15 16:23:34 +09:00
parent 8c1d581fb3
commit 1b13be1372
6 changed files with 21 additions and 16 deletions

View File

@ -1,9 +0,0 @@
using System.Collections.Generic;
namespace osu.Game.IO
{
public interface IHasFiles<TFile>
{
List<TFile> Files { get; set; }
}
}