6 lines
No EOL
195 B
C#
6 lines
No EOL
195 B
C#
namespace WingsEmu.Game.Networking.Broadcasting;
|
|
|
|
public class SpeakerHeroBroadcast : IBroadcastRule
|
|
{
|
|
public bool Match(IClientSession session) => !session.PlayerEntity.HeroChatBlocked;
|
|
} |