This commit is contained in:
Regalis
2015-10-31 15:16:49 +02:00
parent bcc96cee97
commit b0deba514e
29 changed files with 348 additions and 81 deletions
+5
View File
@@ -117,6 +117,11 @@ namespace Barotrauma
get { return filePath; }
}
public bool AtDamageDepth
{
get { return subBody == null ? false : subBody.AtDamageDepth; }
}
//constructors & generation ----------------------------------------------------
public Submarine(string filePath, string hash = "")