wabbajack/Wabbajack.BuildServer/Models/IndexedFileWithChildren.cs
2020-01-09 16:19:07 -07:00

10 lines
173 B
C#

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