mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
Refactor chat handling
This commit is contained in:
parent
397816ef7b
commit
c1aeaceb47
5 changed files with 57 additions and 54 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue