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

@ -43,10 +43,10 @@ namespace Server.Items
}
[CommandProperty(AccessLevel.GameMaster)]
public Map TargetMap{ get; set; }
public Map TargetMap { get; set; }
[CommandProperty(AccessLevel.GameMaster)]
public Point3D Target{ get; set; }
public Point3D Target { get; set; }
[CommandProperty(AccessLevel.GameMaster)]
public bool Bone
@ -60,7 +60,7 @@ namespace Server.Items
}
[CommandProperty(AccessLevel.GameMaster)]
public string Description{ get; set; }
public string Description { get; set; }
public override bool IsDecoContainer => false;
@ -217,9 +217,9 @@ namespace Server.Items
Start();
}
public MarkContainer Container{ get; }
public MarkContainer Container { get; }
public DateTime RelockTime{ get; }
public DateTime RelockTime { get; }
protected override void OnTick()
{