9 lines
No EOL
205 B
C#
9 lines
No EOL
205 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Families;
|
|
|
|
public class FamilyUpgradeBuyFromShopEvent : PlayerEvent
|
|
{
|
|
public long NpcId { get; set; }
|
|
public short Slot { get; set; }
|
|
} |