Sealing some packet classes
This commit is contained in:
parent
0f0641b607
commit
4ea9a1e9dc
5 changed files with 23 additions and 23 deletions
|
|
@ -2114,7 +2114,7 @@ namespace Server.Multis
|
|||
}
|
||||
}
|
||||
|
||||
public class DesignStateGeneral : Packet
|
||||
public sealed class DesignStateGeneral : Packet
|
||||
{
|
||||
public DesignStateGeneral( HouseFoundation house, DesignState state )
|
||||
: base( 0xBF )
|
||||
|
|
@ -2127,7 +2127,7 @@ namespace Server.Multis
|
|||
}
|
||||
}
|
||||
|
||||
public class DesignStateDetailed : Packet
|
||||
public sealed class DesignStateDetailed : Packet
|
||||
{
|
||||
public const int MaxItemsPerStairBuffer = 750;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue