9 lines
No EOL
229 B
C#
9 lines
No EOL
229 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Mates.Events;
|
|
|
|
public class MateInitializeEvent : PlayerEvent
|
|
{
|
|
public IMateEntity MateEntity { get; init; }
|
|
public bool IsOnCharacterEnter { get; init; }
|
|
} |