Merge branch 'master' of https://github.com/Regalis11/Barotrauma
This commit is contained in:
@@ -60,7 +60,6 @@ namespace Barotrauma
|
|||||||
if (!data.ContainsKey(identifier))
|
if (!data.ContainsKey(identifier))
|
||||||
{
|
{
|
||||||
data.Add(identifier, value);
|
data.Add(identifier, value);
|
||||||
SteamAchievementManager.OnCampaignMetadataSet(identifier, value);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ namespace Barotrauma
|
|||||||
}
|
}
|
||||||
|
|
||||||
public const int DefaultMaxMissionCount = 2;
|
public const int DefaultMaxMissionCount = 2;
|
||||||
public const int MaxMissionCountLimit = 3;
|
public const int MaxMissionCountLimit = 10;
|
||||||
public const int MinMissionCountLimit = 1;
|
public const int MinMissionCountLimit = 1;
|
||||||
|
|
||||||
public Dictionary<Identifier, SerializableProperty> SerializableProperties { get; private set; }
|
public Dictionary<Identifier, SerializableProperty> SerializableProperties { get; private set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user