8 lines
No EOL
159 B
C#
8 lines
No EOL
159 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Revival;
|
|
|
|
public class Act4KillEvent : PlayerEvent
|
|
{
|
|
public long TargetId { get; init; }
|
|
} |