Sealing some packet classes
This commit is contained in:
parent
0f0641b607
commit
4ea9a1e9dc
5 changed files with 23 additions and 23 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue