Add a /wind command for changing the wind speed

This commit is contained in:
MarioE 2014-06-03 15:44:48 -04:00
parent dcaac6365c
commit af3f5ef954
2 changed files with 29 additions and 15 deletions

View file

@ -284,6 +284,9 @@ namespace TShockAPI
[Description("User can turn on or off the rain.")]
public static readonly string rain = "tshock.world.rain";
[Description("User can modify the wind.")]
public static readonly string wind = "tshock.world.wind";
// Non-grouped
[Description("User can clear items or projectiles.")]