Skip to content

Commit 95093cb

Browse files
authored
Update Configs.cs
1 parent 547eb07 commit 95093cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Configs.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ public class ConfigVIP : BasePluginConfig
7171
[JsonPropertyName("DBPort")] public int DBPort { get; set; } = 3306;
7272
[JsonPropertyName("DBPrefix")] public string DBPrefix { get; set; } = "deadswim";
7373

74+
[JsonPropertyName("SpawnItems")] public List<string?> SpawnItems { get; set; } = new List<string?> { "weapon_healthshot", "item_assaultsuit" };
75+
76+
7477
[JsonPropertyName("money")] public RewardsClass RewardsClass { get; set; } = new RewardsClass();
7578

7679
[JsonPropertyName("pack1")] public Pack1Settings Pack1Settings { get; set; } = new Pack1Settings();

0 commit comments

Comments
 (0)