Alien ruins, some new alien items and a new monster
This commit is contained in:
@@ -47,6 +47,11 @@ namespace Barotrauma
|
||||
{
|
||||
get { return stairDirection; }
|
||||
}
|
||||
|
||||
public Vector2 Size
|
||||
{
|
||||
get { return size; }
|
||||
}
|
||||
|
||||
public static void LoadAll(List<string> filePaths)
|
||||
{
|
||||
@@ -63,7 +68,7 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static StructurePrefab Load(XElement element)
|
||||
{
|
||||
StructurePrefab sp = new StructurePrefab();
|
||||
|
||||
Reference in New Issue
Block a user