v1.0.7.0 Full Release

This commit is contained in:
Regalis11
2023-03-13 19:35:34 +02:00
parent b5ecaf0194
commit 2d9c153101
3 changed files with 1 additions and 11 deletions
@@ -84,7 +84,7 @@ namespace Barotrauma
}
public const int DefaultMaxMissionCount = 2;
public const int MaxMissionCountLimit = 3;
public const int MaxMissionCountLimit = 10;
public const int MinMissionCountLimit = 1;
public Dictionary<Identifier, SerializableProperty> SerializableProperties { get; private set; }