fix(cleanup): Cleans up attribute syntax (#734)
This commit is contained in:
parent
996fdeb011
commit
db59bf6dd0
12 changed files with 38 additions and 27 deletions
|
|
@ -130,7 +130,8 @@ namespace Server.Items
|
|||
|
||||
public override bool HandlesOnMovement => true; // Tell the core that we implement OnMovement
|
||||
|
||||
[Hue, CommandProperty(AccessLevel.GameMaster)]
|
||||
[Hue]
|
||||
[CommandProperty(AccessLevel.GameMaster)]
|
||||
public override int Hue
|
||||
{
|
||||
get => base.Hue;
|
||||
|
|
@ -221,7 +222,8 @@ namespace Server.Items
|
|||
|
||||
public override bool HandlesOnMovement => true; // Tell the core that we implement OnMovement
|
||||
|
||||
[Hue, CommandProperty(AccessLevel.GameMaster)]
|
||||
[Hue]
|
||||
[CommandProperty(AccessLevel.GameMaster)]
|
||||
public override int Hue
|
||||
{
|
||||
get => base.Hue;
|
||||
|
|
@ -317,7 +319,8 @@ namespace Server.Items
|
|||
|
||||
public override bool HandlesOnMovement => true; // Tell the core that we implement OnMovement
|
||||
|
||||
[Hue, CommandProperty(AccessLevel.GameMaster)]
|
||||
[Hue]
|
||||
[CommandProperty(AccessLevel.GameMaster)]
|
||||
public override int Hue
|
||||
{
|
||||
get => base.Hue;
|
||||
|
|
@ -410,7 +413,8 @@ namespace Server.Items
|
|||
|
||||
public override bool HandlesOnMovement => true; // Tell the core that we implement OnMovement
|
||||
|
||||
[Hue, CommandProperty(AccessLevel.GameMaster)]
|
||||
[Hue]
|
||||
[CommandProperty(AccessLevel.GameMaster)]
|
||||
public override int Hue
|
||||
{
|
||||
get => base.Hue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue