Upgrades code style - First batch (#22)

This commit is contained in:
Kamron Batman 2018-08-14 06:16:50 +08:00 • committed by GitHub
parent 8ee42c8ea2
commit 632e8b4757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1834 changed files with 10245 additions and 10437 deletions

View file

@ -5,7 +5,7 @@ namespace Server.Items
{
public class DragonFlameSectBadge : Item
{
public override int LabelNumber{ get{ return 1073141; } } // A Dragon Flame Sect Badge
public override int LabelNumber => 1073141; // A Dragon Flame Sect Badge
[Constructible]
public DragonFlameSectBadge() : base( 0x23E )

View file

@ -5,7 +5,7 @@ namespace Server.Items
{
public class OrdersFromMinax : Item
{
public override int LabelNumber{ get{ return 1074639; } } // Orders from Minax
public override int LabelNumber => 1074639; // Orders from Minax
[Constructible]
public OrdersFromMinax() : base( 0x2279 )

View file

@ -5,7 +5,7 @@ namespace Server.Items
{
public class SerpentFangSectBadge : Item
{
public override int LabelNumber{ get{ return 1073139; } } // A Serpent Fang Sect Badge
public override int LabelNumber => 1073139; // A Serpent Fang Sect Badge
[Constructible]
public SerpentFangSectBadge() : base( 0x23C )

View file

@ -5,7 +5,7 @@ namespace Server.Items
{
public class TigerClawSectBadge : Item
{
public override int LabelNumber{ get{ return 1073140; } } // A Tiger Claw Sect Badge
public override int LabelNumber => 1073140; // A Tiger Claw Sect Badge
[Constructible]
public TigerClawSectBadge() : base( 0x23D )

View file

@ -5,7 +5,7 @@ namespace Server.Items
{
public class TravestysCollectionOfShells : Item
{
public override int LabelNumber{ get{ return 1072090; } } // Travesty's Collection of Shells
public override int LabelNumber => 1072090; // Travesty's Collection of Shells
[Constructible]
public TravestysCollectionOfShells() : base( 0xFD3 )

View file

@ -5,7 +5,7 @@ namespace Server.Items
{
public class TravestysFineTeakwoodTray : Item
{
public override int LabelNumber{ get{ return 1075094; } } // Travesty's Fine Teakwood Tray
public override int LabelNumber => 1075094; // Travesty's Fine Teakwood Tray
[Constructible]
public TravestysFineTeakwoodTray() : base( Utility.Random( 0x991, 2 ) )

View file

@ -5,7 +5,7 @@ namespace Server.Items
{
public class TravestysSushiPreparations : Item
{
public override int LabelNumber{ get{ return 1075093; } } // Travesty's Sushi Preparations
public override int LabelNumber => 1075093; // Travesty's Sushi Preparations
[Constructible]
public TravestysSushiPreparations() : base( Utility.Random( 0x1E15, 2 ) )