Better chat injection handling

This commit is contained in:
goat 2019-11-11 23:55:32 +09:00
parent e75841deb9
commit ba5fa1f4d0
11 changed files with 207 additions and 72 deletions

View file

@ -8,7 +8,7 @@ namespace Dalamud.Game.Chat {
public string Name { get; set; } = string.Empty;
public string Message { get; set; } = string.Empty;
public byte[] MessageBytes { get; set; }
public IntPtr Parameters { get; set; }
}