Add LiquidType.Shimmer

This commit is contained in:
James Puleo 2022-10-10 18:55:39 -04:00
parent d3f542cf03
commit 4189b4ab1f
No known key found for this signature in database
GPG key ID: 3E16C7EFA34FB15D

View file

@ -1296,6 +1296,7 @@ namespace TShockAPI
Water = 0,
Lava = 1,
Honey = 2,
Shimmer = 3,
Removal = 255 //@Olink: lets hope they never invent 255 fluids or decide to also use this :(
}