Merge branch 'level-gen-overhaul'

This commit is contained in:
Regalis
2016-09-27 20:19:29 +03:00
20 changed files with 712 additions and 253 deletions
+11 -1
View File
@@ -10,7 +10,17 @@ namespace Barotrauma
{
public enum ContentType
{
None, Jobs, Item, Character, Structure, Executable, LocationTypes, RandomEvents, Missions, BackgroundCreaturePrefabs, BackgroundSpritePrefabs
None,
Jobs,
Item,
Character,
Structure,
Executable,
LocationTypes,
LevelGenerationPresets,
RandomEvents,
Missions,
BackgroundCreaturePrefabs, BackgroundSpritePrefabs
}
public class ContentPackage