Adds style cop (#109)

This commit is contained in:
Kamron Batman 2020-04-26 00:16:02 -07:00 committed by GitHub
parent 3e715bcb60
commit 556a17aba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1725 changed files with 33831 additions and 38046 deletions

View file

@ -21,13 +21,13 @@ namespace Server.Items
}
[CommandProperty(AccessLevel.GameMaster)]
public int InactiveItemID{ get; set; }
public int InactiveItemID { get; set; }
[CommandProperty(AccessLevel.GameMaster)]
public int ActiveItemID{ get; set; }
public int ActiveItemID { get; set; }
[CommandProperty(AccessLevel.GameMaster)]
public bool PlayersCanToggle{ get; set; }
public bool PlayersCanToggle { get; set; }
public static void Initialize()
{