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,9 +6,9 @@ namespace Server.Items
|
|||
[Flippable]
|
||||
public class PaperLantern : BaseLight
|
||||
{
|
||||
public override int LitItemID{ get { return 0x24BD; } }
|
||||
public override int UnlitItemID{ get { return 0x24BE; } }
|
||||
|
||||
public override int LitItemID => 0x24BD;
|
||||
public override int UnlitItemID => 0x24BE;
|
||||
|
||||
[Constructible]
|
||||
public PaperLantern() : base( 0x24BE )
|
||||
{
|
||||
|
|
@ -35,4 +35,4 @@ namespace Server.Items
|
|||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue