Adds style cop (#109)
This commit is contained in:
parent
3e715bcb60
commit
556a17aba8
1725 changed files with 33831 additions and 38046 deletions
|
|
@ -24,8 +24,6 @@ namespace Server.Items
|
|||
public override int InitMinHits => 5;
|
||||
public override int InitMaxHits => 5;
|
||||
|
||||
#region ITicket Members
|
||||
|
||||
public void OnTicketUsed(Mobile from)
|
||||
{
|
||||
if (Utility.RandomDouble() < 0.25)
|
||||
|
|
@ -41,8 +39,6 @@ namespace Server.Items
|
|||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public override void Serialize(IGenericWriter writer)
|
||||
{
|
||||
base.Serialize(writer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue