foreach (var i in RealmManager.Clients.Values.ToArray())
{
i.SendPacket(new NotificationPacket()
{
Color = new ARGB(0xffff00ff),
ObjectId = ??,
Text = "test"
});
}
i.SendPacket(new NotificationPacket()
{
Color = new ARGB(0xffff00ff),
Text = "test",
});