fix(cleanup): Cleans up attribute syntax (#734)

This commit is contained in:
Kamron Batman 2021-08-26 18:30:16 -07:00 committed by GitHub
parent 996fdeb011
commit db59bf6dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 38 additions and 27 deletions

View file

@ -20,7 +20,8 @@ namespace Server.Items
public override bool DisplayWeight => false;
[Hue, CommandProperty(AccessLevel.GameMaster)]
[Hue]
[CommandProperty(AccessLevel.GameMaster)]
public override int Hue
{
get => base.Hue;