Sealing some packet classes

This commit is contained in:
asayre 2010-12-31 11:09:18 +00:00
parent 0f0641b607
commit 4ea9a1e9dc
5 changed files with 23 additions and 23 deletions

View file

@ -25,7 +25,7 @@ using Server.Network;
namespace Server
{
public class ObjectPropertyList : Packet
public sealed class ObjectPropertyList : Packet
{
private IEntity m_Entity;
private int m_Hash;
@ -178,7 +178,7 @@ namespace Server
}
}
public class OPLInfo : Packet
public sealed class OPLInfo : Packet
{
/*public OPLInfo( ObjectPropertyList list ) : base( 0xBF )
{