10 lines
No EOL
261 B
C#
10 lines
No EOL
261 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Inventory.Event;
|
|
|
|
public class PartnerSpecialistSkillEvent : PlayerEvent
|
|
{
|
|
public byte PartnerSlot { get; init; }
|
|
public byte SkillSlot { get; init; }
|
|
public bool Roll { get; init; }
|
|
} |