add missing props, partial implement service
This commit is contained in:
@@ -540,7 +540,7 @@ public class Config
|
||||
public BTRSettings? BTRSettings { get; set; }
|
||||
|
||||
[JsonPropertyName("EventType")]
|
||||
public string[] EventType { get; set; }
|
||||
public List<string> EventType { get; set; }
|
||||
|
||||
[JsonPropertyName("WalkSpeed")]
|
||||
public XYZ? WalkSpeed { get; set; }
|
||||
|
||||
@@ -521,7 +521,7 @@ public class BotLocationModifier
|
||||
public double? AccuracySpeed { get; set; }
|
||||
|
||||
[JsonPropertyName("AdditionalHostilitySettings")]
|
||||
public AdditionalHostilitySettings[] AdditionalHostilitySettings { get; set; }
|
||||
public List<AdditionalHostilitySettings> AdditionalHostilitySettings { get; set; }
|
||||
|
||||
[JsonPropertyName("DistToActivate")]
|
||||
public double? DistanceToActivate { get; set; }
|
||||
@@ -939,4 +939,4 @@ public enum WildSpawnType
|
||||
pmcbot,
|
||||
bosskilla,
|
||||
bossknight
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user