Control settings, more server settings, selecting character face

This commit is contained in:
Regalis
2015-10-28 19:07:17 +02:00
parent 9ed2963cd9
commit 948285f6ab
46 changed files with 789 additions and 325 deletions
+3
View File
@@ -173,6 +173,7 @@ namespace Barotrauma
}
return filePaths;
}
public static void LoadAll(string folder)
{
if (!Directory.Exists(folder))
@@ -189,6 +190,8 @@ namespace Barotrauma
string[] files = Directory.GetFiles(folder, "*.xml");
list.Clear();
foreach (string filePath in files)
{
ContentPackage package = new ContentPackage(filePath);