Move EventWrapper, some Glamourer changes.

This commit is contained in:
Ottermandias 2023-06-04 15:41:02 +02:00
parent c991eead89
commit d24e1576d3
21 changed files with 26 additions and 209 deletions

View file

@ -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)