Upgrades code style - First batch (#22)
This commit is contained in:
parent
8ee42c8ea2
commit
632e8b4757
1834 changed files with 10245 additions and 10437 deletions
|
|
@ -12,7 +12,7 @@ namespace Server.Items
|
|||
|
||||
private List<Key> m_Keys;
|
||||
|
||||
public List<Key> Keys { get { return m_Keys; } }
|
||||
public List<Key> Keys => m_Keys;
|
||||
|
||||
[Constructible]
|
||||
public KeyRing() : base( 0x1011 )
|
||||
|
|
@ -204,4 +204,4 @@ namespace Server.Items
|
|||
m_Keys = reader.ReadStrongItemList<Key>();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue