Some glamourer related changes.

This commit is contained in:
Ottermandias 2023-06-17 01:21:59 +02:00
parent 208d8a11ff
commit 306c2ffd10
5 changed files with 33 additions and 20 deletions

View file

@ -65,7 +65,7 @@ public unsafe struct CustomizeData : IEquatable< CustomizeData >
}
}
public string WriteBase64()
public readonly string WriteBase64()
{
fixed( byte* ptr = Data )
{