Location hire

This commit is contained in:
Regalis11
2015-07-26 21:15:41 +03:00
parent 461547d949
commit 4238301ad3
13 changed files with 151 additions and 56 deletions
+5
View File
@@ -81,6 +81,11 @@ namespace Subsurface
}
}
public static JobPrefab Random()
{
return List[Rand.Int(List.Count)];
}
private void LoadSkills(XElement element)
{
foreach (XElement subElement in element.Elements())