Example #1
0
 public override void Write()
 {
     _worldPacket.WriteBits(NotifyText.GetByteCount(), 12);
     _worldPacket.WriteString(NotifyText);
 }
Example #2
0
 public void AddLog(string log)
 {
     NotifyText.AppendText(log + System.Environment.NewLine);
 }