Revert "Updates Packets & Randomizer (#43)" (#61)

This reverts commit 179cb50557.
This commit is contained in:
Kamron Batman 2019-11-11 08:46:11 -08:00 • committed by GitHub
parent 179cb50557
commit c2ecc76457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
588 changed files with 16260 additions and 10926 deletions

View file

@ -1,7 +1,8 @@
using Server.Gumps;
using Server.Items;
using Server.Network;
namespace Server.Items
namespace Server
{
public sealed class VirtualCheck : Item
{
@ -34,7 +35,7 @@ namespace Server.Items
public override string DefaultName => "Offer Of Currency";
public EditGump Editor { get; private set; }
public EditGump Editor{ get; private set; }
[CommandProperty(AccessLevel.Administrator)]
public int Plat
@ -170,8 +171,8 @@ namespace Server.Items
CompileLayout();
}
public Mobile User { get; }
public VirtualCheck Check { get; private set; }
public Mobile User{ get; }
public VirtualCheck Check{ get; private set; }
public override void OnServerClose(NetState owner)
{