Upgrades code style - First batch (#22)
This commit is contained in:
parent
8ee42c8ea2
commit
632e8b4757
1834 changed files with 10245 additions and 10437 deletions
|
|
@ -6,8 +6,8 @@ namespace Server.Items
|
|||
{
|
||||
public class Shell : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1074598; } } // A shell
|
||||
public override double DefaultWeight{ get{ return 1.0; } }
|
||||
public override int LabelNumber => 1074598; // A shell
|
||||
public override double DefaultWeight => 1.0;
|
||||
|
||||
[Constructible]
|
||||
public Shell() : base( Utility.RandomList( 0x3B12, 0x3B13 ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue