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
|
|
@ -486,7 +486,8 @@ namespace Server
|
|||
[CommandProperty(AccessLevel.Counselor, AccessLevel.GameMaster)]
|
||||
public int PileWeight => (int)Math.Ceiling(Weight * Amount);
|
||||
|
||||
[Hue, CommandProperty(AccessLevel.GameMaster)]
|
||||
[Hue]
|
||||
[CommandProperty(AccessLevel.GameMaster)]
|
||||
public virtual int Hue
|
||||
{
|
||||
get => m_Hue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue