9 lines
No EOL
212 B
C#
9 lines
No EOL
212 B
C#
using WingsEmu.Game._packetHandling;
|
|
using WingsEmu.Game.Items;
|
|
|
|
namespace WingsEmu.Game.Characters.Events;
|
|
|
|
public class SpTransformEvent : PlayerEvent
|
|
{
|
|
public GameItemInstance Specialist { get; set; }
|
|
} |