Add a sandstorm command

This commit is contained in:
White 2016-09-22 19:12:59 +09:30
parent 9520e7e782
commit 36343dd8e7
3 changed files with 32 additions and 0 deletions

View file

@ -326,6 +326,9 @@ namespace TShockAPI
[Description("User can paint tiles.")]
public static readonly string canpaint = "tshock.world.paint";
[Description("User can turn on or off sandstorms.")]
public static readonly string sandstorm = "tshock.world.sandstorm";
[Description("User can turn on or off the rain.")]
public static readonly string rain = "tshock.world.rain";