And remember to save files to make builds pass

This commit is contained in:
Zack Piispanen 2013-10-25 08:24:13 -04:00
parent 9809dc3802
commit 750bd3c483

View file

@ -45,7 +45,8 @@ namespace TShockAPI.Net
DownedMechBoss3 = 4, DownedMechBoss3 = 4,
DownedMechBossAny = 8, DownedMechBossAny = 8,
CloudBg = 16, CloudBg = 16,
Crimson = 32 Crimson = 32,
Pumpkin = 64
} }
public class WorldInfoMsg : BaseMsg public class WorldInfoMsg : BaseMsg