mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 20:24:17 +01:00
Move EventWrapper, some Glamourer changes.
This commit is contained in:
parent
c991eead89
commit
d24e1576d3
21 changed files with 26 additions and 209 deletions
|
|
@ -74,7 +74,7 @@ public unsafe struct CustomizeData : IEquatable< CustomizeData >
|
|||
}
|
||||
}
|
||||
|
||||
public string WriteBytes()
|
||||
public override string ToString()
|
||||
{
|
||||
var sb = new StringBuilder(Size * 3);
|
||||
for (var i = 0; i < Size - 1; ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue