Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaShared/SharedSource/ContentManagement/ContentFile/OutpostFile.cs
2022-02-26 02:43:01 +09:00

8 lines
189 B
C#

namespace Barotrauma
{
public class OutpostFile : BaseSubFile
{
public OutpostFile(ContentPackage contentPackage, ContentPath path) : base(contentPackage, path) { }
}
}