9 lines
No EOL
205 B
C#
9 lines
No EOL
205 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Characters.Events;
|
|
|
|
public class RemoveAdditionalHpMpEvent : PlayerEvent
|
|
{
|
|
public int Hp { get; set; }
|
|
public int Mp { get; set; }
|
|
} |