wabbajack/Wabbajack.BuildServer/Models/IndexedFileWithChildren.cs

10 lines
173 B
C#
Raw Normal View History

using System.Collections;
using System.Collections.Generic;
namespace Wabbajack.BuildServer.Models
{
public class IndexedFileWithChildren : IndexedFile
{
}
}