9 lines
234 B
C#
9 lines
234 B
C#
namespace Barotrauma
|
|
{
|
|
[RequiredByCorePackage]
|
|
public class EnemySubmarineFile : BaseSubFile
|
|
{
|
|
public EnemySubmarineFile(ContentPackage contentPackage, ContentPath path) : base(contentPackage, path) { }
|
|
}
|
|
}
|