Improve documentation around tile providers
This commit is contained in:
parent
93bcd153e4
commit
dfe0806835
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ namespace TShockAPI.Configuration
|
||||||
public bool IgnoreChestStacksOnLoad = false;
|
public bool IgnoreChestStacksOnLoad = false;
|
||||||
|
|
||||||
/// <summary>Allows changing of the default world tile provider.</summary>
|
/// <summary>Allows changing of the default world tile provider.</summary>
|
||||||
[Description("Allows changing of the default world tile provider.")]
|
[Description("Allows changing of the default world tile provider. By default, you can use 'default', 'heaptile' or 'constileation'. Alternative providers have different CPU and memory usage characteristics.")]
|
||||||
public string WorldTileProvider = "constileation";
|
public string WorldTileProvider = "constileation";
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue