Improve documentation around tile providers

This commit is contained in:
Lucas Nicodemus 2025-05-25 12:42:01 +09:00
parent 93bcd153e4
commit dfe0806835
No known key found for this signature in database

View file

@ -56,7 +56,7 @@ namespace TShockAPI.Configuration
public bool IgnoreChestStacksOnLoad = false;
/// <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";
#endregion