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

9 lines
229 B
C#

namespace Barotrauma
{
[RequiredByCorePackage]
public class BeaconStationFile : BaseSubFile
{
public BeaconStationFile(ContentPackage contentPackage, ContentPath path) : base(contentPackage, path) { }
}
}