Probably should let devs know about that.
This commit is contained in:
parent
b7f0112acd
commit
e09b8e101d
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ namespace TShockAPI
|
|||
/// </summary>
|
||||
internal class ConfigurationManager
|
||||
{
|
||||
//Add default values here and in ConfigFile.cs
|
||||
//Values written here will automatically be pulled into a config file on save.
|
||||
public static int invasionMultiplier = 1;
|
||||
public static int defaultMaxSpawns = 4;
|
||||
public static int defaultSpawnRate = 700;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue