Upgrades code style - First batch (#22)
This commit is contained in:
parent
8ee42c8ea2
commit
632e8b4757
1834 changed files with 10245 additions and 10437 deletions
|
|
@ -4,7 +4,7 @@ namespace Server.Items
|
|||
{
|
||||
public class EnchantedSwitch : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1072893; } } // enchanted switch
|
||||
public override int LabelNumber => 1072893; // enchanted switch
|
||||
|
||||
[Constructible]
|
||||
public EnchantedSwitch() : base( 0x2F5C )
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ namespace Server.Items
|
|||
{
|
||||
public class HollowPrism : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1072895; } } // hollow prism
|
||||
|
||||
public override int LabelNumber => 1072895; // hollow prism
|
||||
|
||||
[Constructible]
|
||||
public HollowPrism() : base( 0x2F5D )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ namespace Server.Items
|
|||
{
|
||||
public class JeweledFiligree : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1072894; } } // jeweled filigree
|
||||
public override int LabelNumber => 1072894; // jeweled filigree
|
||||
|
||||
[Constructible]
|
||||
public JeweledFiligree() : base( 0x2F5E )
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ namespace Server.Items
|
|||
{
|
||||
public class RunedPrism : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1073465; } } // runed prism
|
||||
public override int LabelNumber => 1073465; // runed prism
|
||||
|
||||
[Constructible]
|
||||
public RunedPrism() : base( 0x2F57 )
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Server.Items
|
|||
{
|
||||
public class RunedSwitch : Item
|
||||
{
|
||||
public override int LabelNumber{ get{ return 1072896; } } // runed switch
|
||||
public override int LabelNumber => 1072896; // runed switch
|
||||
|
||||
[Constructible]
|
||||
public RunedSwitch() : base( 0x2F61 )
|
||||
|
|
@ -42,7 +42,7 @@ namespace Server.Items
|
|||
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
|
||||
|
||||
private class InternalTarget : Target
|
||||
{
|
||||
private RunedSwitch m_Item;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue