9 lines
No EOL
214 B
C#
9 lines
No EOL
214 B
C#
using WingsEmu.Game._packetHandling;
|
|
using WingsEmu.Game.Entities;
|
|
|
|
namespace WingsEmu.Game.Characters.Events;
|
|
|
|
public class KillBonusEvent : PlayerEvent
|
|
{
|
|
public IMonsterEntity MonsterEntity { get; set; }
|
|
} |