Client LuaCsForBarotrauma
OutpostModuleFIle.cs
1 namespace Barotrauma
2 {
4  {
5  public OutpostModuleFile(ContentPackage contentPackage, ContentPath path) : base(contentPackage, path) { }
6  }
7 }
OutpostModuleFile(ContentPackage contentPackage, ContentPath path)