This reverts commit 179cb50557.
This commit is contained in:
parent
179cb50557
commit
c2ecc76457
588 changed files with 16260 additions and 10926 deletions
|
|
@ -20,11 +20,11 @@
|
|||
|
||||
using Server.Network;
|
||||
|
||||
namespace Server
|
||||
namespace Server.HuePickers
|
||||
{
|
||||
public class HuePicker
|
||||
{
|
||||
private static Serial m_NextSerial = 1;
|
||||
private static int m_NextSerial = 1;
|
||||
|
||||
public HuePicker(int itemID)
|
||||
{
|
||||
|
|
@ -36,7 +36,7 @@ namespace Server
|
|||
ItemID = itemID;
|
||||
}
|
||||
|
||||
public Serial Serial{ get; }
|
||||
public int Serial{ get; }
|
||||
|
||||
public int ItemID{ get; }
|
||||
|
||||
|
|
@ -46,8 +46,8 @@ namespace Server
|
|||
|
||||
public void SendTo(NetState state)
|
||||
{
|
||||
Packets.SendDisplayHuePicker(state, Serial, ItemID);
|
||||
state.Send(new DisplayHuePicker(this));
|
||||
state.AddHuePicker(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue