8 lines
No EOL
169 B
C#
8 lines
No EOL
169 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Relations;
|
|
|
|
public class RelationBlockEvent : PlayerEvent
|
|
{
|
|
public long CharacterId { get; init; }
|
|
} |