Refactor chat handling

This commit is contained in:
goat 2019-11-22 21:12:51 +09:00
parent 397816ef7b
commit c1aeaceb47
5 changed files with 57 additions and 54 deletions

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Runtime.InteropServices;
using Serilog;
@ -63,7 +63,7 @@ namespace Dalamud.Game.Internal.Libc {
GC.SuppressFinalize(this);
}
public string Read() {
public StdString Read() {
return StdString.ReadFromPointer(Address);
}
}