Added type changes for 36113
This commit is contained in:
@@ -702,6 +702,13 @@ public record LocationBase
|
||||
set;
|
||||
}
|
||||
|
||||
[JsonPropertyName("OneTimeSpawn")]
|
||||
public double? OneTimeSpawn
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
[JsonPropertyName("exits")]
|
||||
public List<Exit>? Exits
|
||||
{
|
||||
|
||||
@@ -583,6 +583,13 @@ public record Suit
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
[JsonPropertyName("relatedBattlePassSeason")]
|
||||
public int? RelatedBattlePassSeason
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
|
||||
public record SuitRequirements
|
||||
|
||||
@@ -2,11 +2,13 @@ namespace SPTarkov.Server.Core.Models.Enums;
|
||||
|
||||
public enum RewardType
|
||||
{
|
||||
Skill,
|
||||
Experience,
|
||||
Skill,
|
||||
Item,
|
||||
TraderStanding,
|
||||
TraderUnlock,
|
||||
Item,
|
||||
Location,
|
||||
Counter,
|
||||
AssortmentUnlock,
|
||||
ProductionScheme,
|
||||
TraderStandingReset,
|
||||
@@ -14,7 +16,14 @@ public enum RewardType
|
||||
StashRows,
|
||||
Achievement,
|
||||
Pockets,
|
||||
Quest,
|
||||
CustomizationOffer,
|
||||
ExtraDailyQuest,
|
||||
CustomizationDirect,
|
||||
ExtraDailyQuest
|
||||
WebPromoCode,
|
||||
NotificationPopup,
|
||||
Customization = 116,
|
||||
BattlePassExperience,
|
||||
BattlePassCurrency,
|
||||
ArenaArmoryItem = 100
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user