Added packet changes for 1.2 protocol up to 7(world info)

This commit is contained in:
Zack Piispanen 2013-09-29 01:02:07 -04:00
parent 7731bc46f1
commit e148d29c66
5 changed files with 175 additions and 31 deletions

View file

@ -25,8 +25,7 @@ namespace TShockAPI.Net
{
public override PacketTypes ID
{
get{ return 0; }
//PacketTypes.ProjectileNew; }
get{ return PacketTypes.ProjectileNew; }
}
public short Index { get; set; }