This commit is contained in:
MarioE 2014-02-16 12:29:59 -05:00
parent 03de0652e9
commit a450bff22f
3 changed files with 131 additions and 128 deletions

View file

@ -33,7 +33,8 @@ namespace TShockAPI.Net
DownedBoss3 = 8,
HardMode = 16,
DownedClown = 32,
ServerSideCharacter = 64
ServerSideCharacter = 64,
DownedPlantBoss = 128
}
[Flags]
@ -46,7 +47,8 @@ namespace TShockAPI.Net
DownedMechBossAny = 8,
CloudBg = 16,
Crimson = 32,
Pumpkin = 64
PumpkinMoon = 64,
SnowMoon = 128
}
public class WorldInfoMsg : BaseMsg