9 lines
No EOL
211 B
C#
9 lines
No EOL
211 B
C#
using WingsEmu.DTOs.Items;
|
|
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Characters.Events;
|
|
|
|
public class ShellIdentifiedEvent : PlayerEvent
|
|
{
|
|
public ItemInstanceDTO Shell { get; init; }
|
|
} |